summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)Author
2019-06-04drm/i915/gtt: Replace struct_mutex serialisation for allocationChris Wilson
2019-06-04drm/i915: Use unchecked uncore writes to flush the GTTChris Wilson
2019-06-04drm/i915: Use unchecked writes for setting up the fencesChris Wilson
2019-06-04drm/i915/selftests: Flush partial-tiling object onceChris Wilson
2019-06-04drm/i915: Fix plane state dumpsVille Syrjälä
2019-06-04drm/i915: Make state dumpers take a const stateVille Syrjälä
2019-06-04drm/i915: Dump failed crtc states during atomic checkVille Syrjälä
2019-06-04drm/i915: Include crtc_state.active in crtc state dumpsVille Syrjälä
2019-06-04drm/i915: Move state dump to the end of atomic_check()Ville Syrjälä
2019-06-04drm/i915: Use intel_ types in intel_atomic_check()Ville Syrjälä
2019-06-04drm/i915: Use intel_ types in intel_modeset_checks()Ville Syrjälä
2019-06-04drm/i915: Don't pass the crtc to intel_modeset_pipe_config()Ville Syrjälä
2019-06-04drm/i915: Don't pass the crtc to intel_dump_pipe_config()Ville Syrjälä
2019-06-04drm/i915: Use intel_ types in haswell_mode_set_planes_workaround()Ville Syrjälä
2019-06-04drm/i915: Use intel_ types in intel_modeset_clear_plls()Ville Syrjälä
2019-06-04drm/i915: Pass intel_atomic state to check_digital_port_conflicts()Ville Syrjälä
2019-06-04drm/i915: Clean up cdclk vfunc assignmentsVille Syrjälä
2019-06-04drm/i915: Pass intel_atomic_state to cdclk funcsVille Syrjälä
2019-06-04drm/i915: add i2c symlink under hdmi connectorOleg Vasilev
2019-06-04drm/i915: move more defs in intel_display_power.hDaniele Ceraolo Spurio
2019-06-04drm/i915: extract intel_display_power.h/c from intel_runtime_pm.h/cDaniele Ceraolo Spurio
2019-06-01drm/i915/icl: Ensure port A combo PHY HW state is correctImre Deak
2019-05-31drm/i915: Report all objects with allocated pages to the shrinkerChris Wilson
2019-05-31drm/i915: Track the purgeable objects on a separate eviction listChris Wilson
2019-05-31drm/i915: add force_probe module parameter to replace alpha_supportJani Nikula
2019-05-31drm/i915: fix use of uninitialized pointer vaddrColin Ian King
2019-05-31drm/i915: Make default value for i915.mmio_debug a compile time optionChris Wilson
2019-05-31drm/i915: Drop check for non-NULL entry in llist_for_each_entry_safeChris Wilson
2019-05-31drm/i915: Split off pci_driver.remove() tail to drm_driver.release()Janusz Krzysztofik
2019-05-30drm/i915: add in-kernel blitter clientMatthew Auld
2019-05-30drm/i915/gtt: grab wakeref in gen6_alloc_va_rangeMatthew Auld
2019-05-29drm/i915/gtt: Avoid overflowing the WC stashChris Wilson
2019-05-29Revert "drm/i915: Expand subslice mask"Jani Nikula
2019-05-29drm/i915: Avoid refcount_inc on known zero countChris Wilson
2019-05-29drm/i915: selftest_lrc: Check the correct variableDan Carpenter
2019-05-29drm/i915: Take a runtime pm wakeref for atomic commitsChris Wilson
2019-05-28drm/i915: Expand subslice maskStuart Summers
2019-05-28drm/i915: Refactor sseu helper functionsStuart Summers
2019-05-28drm/i915: Move calculation of subslices per slice to new functionStuart Summers
2019-05-28drm/i915: Add macro for SSEU stride calculationStuart Summers
2019-05-28drm/i915: Use local variable for SSEU info in GETPARAM ioctlStuart Summers
2019-05-28drm/i915: Add debugs for the C8 vs. legacy LUT caseVille Syrjälä
2019-05-28drm/i915: Update pipe gamma enable bits when C8 planes are getting enabled/di...Ville Syrjälä
2019-05-28drm/i915: Drop the deferred active referenceChris Wilson
2019-05-28drm/i915: Rename intel_context.active to .inflightChris Wilson
2019-05-28drm/i915: Move GEM client throttling to its own fileChris Wilson
2019-05-28drm/i915: Move GEM object busy checking to its own fileChris Wilson
2019-05-28drm/i915: Move GEM object waiting to its own fileChris Wilson
2019-05-28drm/i915: Move GEM object domain management from struct_mutex to localChris Wilson
2019-05-28drm/i915: Pull scatterlist utils out of i915_gem.hChris Wilson