summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/dp: Allow forcing specific interfaces through enable_dpcd_backlightLyude Paul2021-01-192-4/+43
* drm/i915/dp: Enable Intel's HDR backlight interface (only SDR for now)Lyude Paul2021-01-194-31/+269
* drm/i915: Keep track of pwm-related backlight hooks separatelyLyude Paul2021-01-192-150/+186
* drm/i915: Reuse the async_flip() hook for the async flip disable w/aVille Syrjälä2021-01-194-37/+35
* drm/i915: Move the async_flip bit setup into the .async_flip() hookVille Syrjälä2021-01-192-3/+2
* drm/i915: Add plane vfuncs to enable/disable flip_done interruptVille Syrjälä2021-01-195-33/+67
* drm/i915: Generalize the async flip capability checkVille Syrjälä2021-01-192-2/+4
* drm/i915: Drop redundant parensVille Syrjälä2021-01-191-1/+1
* drm/i915: Fix the PHY compliance test vs. hotplug mishapVille Syrjälä2021-01-193-1/+10
* drm/i915: Fix the training pattern debug printVille Syrjälä2021-01-191-5/+22
* drm/i915: Disable TRAINING_PATTERN_SET before stopping the TPS transmissionVille Syrjälä2021-01-191-6/+5
* drm/i915: support two CSC module on gen11 and laterLee Shawn C2021-01-182-13/+16
* Merge drm/drm-next into drm-intel-nextRodrigo Vivi2021-01-15228-12802/+18878
|\
| * Merge tag 'drm-intel-gt-next-2021-01-14' of git://anongit.freedesktop.org/drm...Dave Airlie2021-01-15128-11504/+12922
| |\
| | * drm/i915/selftests: fix the uint*_t types that have crept inJani Nikula2021-01-141-5/+5
| | * drm/i915/gt: Rearrange ivb workaroundsChris Wilson2021-01-141-71/+47
| | * drm/i915/gt: Rearrange vlv workaroundsChris Wilson2021-01-141-44/+51
| | * drm/i915/gt: Replace open-coded intel_engine_stop_cs()Chris Wilson2021-01-132-26/+14
| | * drm/i915/selftests: Bump the scheduling error threshold for fast heartbeatsChris Wilson2021-01-131-3/+10
| | * drm/i915/selftests: Force a failed engine resetChris Wilson2021-01-131-0/+144
| | * drm/i915/guc: stop calling execlists_set_default_submissionDaniele Ceraolo Spurio2021-01-134-26/+48
| | * drm/i915/guc: init engine directly in GuC submission modeDaniele Ceraolo Spurio2021-01-133-11/+219
| | * drm/i915/guc: do not dump execlists state with GuC submissionDaniele Ceraolo Spurio2021-01-131-1/+3
| | * drm/i915/guc: Delete GuC code unused in future patchesMatthew Brost2021-01-133-190/+3
| | * drm/i915: move region_lmem under gtMatthew Auld2021-01-124-2/+2
| | * drm/i915/lmem: make intel_region_lmem_ops staticJani Nikula2021-01-122-3/+1
| | * drm/i915/region: make intel_region_map staticJani Nikula2021-01-122-6/+1
| | * drm/i915/gt: Perform an arbitration check before busywaitingChris Wilson2021-01-121-1/+1
| | * drm/i915/gt: Check for arbitration after writing start seqnoChris Wilson2021-01-121-6/+17
| | * drm/i915/selftests: Allow huge_gem_object to kick the shrinkerChris Wilson2021-01-121-1/+1
| | * drm/i915/gem: Remove stolen node before releasing the regionChris Wilson2021-01-121-3/+2
| | * drm/i915: Allow the sysadmin to override security mitigationsChris Wilson2021-01-124-1/+163
| | * drm/i915/gt: Restore clear-residual mitigations for Ivybridge, BaytrailChris Wilson2021-01-121-1/+1
| | * drm/i915/gt: Limit VFE threads based on GTChris Wilson2021-01-121-63/+94
| | * drm/i915/selftests: Include engine name after reset failureChris Wilson2021-01-121-2/+4
| | * drm/i915/gt: Disable arbitration around Braswell's pdp updatesChris Wilson2021-01-121-1/+10
| | * drm/i915/selftests: Fix some error codesDan Carpenter2021-01-111-1/+3
| | * drm/i915: Refactor marking a request as EIOChris Wilson2021-01-095-33/+21
| | * drm/i915/gt: Mark up a debug-only functionChris Wilson2021-01-091-0/+1
| | * drm/i915/gt: Remove unused function 'dword_in_page'Chris Wilson2021-01-091-5/+0
| | * drm/i915/gt: Exercise lrc_wa_ctx initialisation failureChris Wilson2021-01-093-22/+22
| | * drm/i915/gt: Disable arbitration on no-preempt requestsChris Wilson2021-01-082-3/+6
| | * drm/i915/gt: Only disable preemption on gen8 render enginesChris Wilson2021-01-085-41/+15
| | * drm/i915/gt: Only retire on the last breadcrumb if the last requestChris Wilson2021-01-083-6/+13
| | * drm/i915/gt: Restore ce->signal flush before releasing virtual engineChris Wilson2021-01-083-15/+47
| | * drm/i915/selftests: Rearrange ktime_get to reduce latency against CSChris Wilson2021-01-081-2/+2
| | * drm/i915/selftests: Skip unstable timing measurementsChris Wilson2021-01-081-6/+14
| | * drm/i915/gt: Prevent use of engine->wa_ctx after errorChris Wilson2021-01-081-0/+3
| | * drm/i915/gt: Remove timeslice suppressionChris Wilson2021-01-072-108/+111
| | * drm/i915: Wrap our timer_list.expires checkingChris Wilson2021-01-072-2/+7