summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Fix comments mentioning typo in IS_ENABLED()Kees Cook2020-06-054-6/+6
* drm/i915/gem: Async GPU relocations onlyChris Wilson2020-06-052-289/+27
* drm/i915: Add psr_safest_paramsJosé Roberto de Souza2020-06-043-9/+34
* drm/i915/rkl: Disable PSR2José Roberto de Souza2020-06-044-0/+21
* drm/i915/rkl: Don't try to access transcoder DMatt Roper2020-06-041-2/+6
* drm/i915/rkl: Setup ports/physMatt Roper2020-06-042-14/+24
* drm/i915/tgl: Add HBR and HBR2+ voltage swing tableJosé Roberto de Souza2020-06-041-8/+42
* drm/i915: Fix wrong CDCLK adjustment changesStanislav Lisovskiy2020-06-043-42/+55
* drm/i915/rkl: Handle comp master/slave relationships for PHYsMatt Roper2020-06-041-2/+23
* drm/i915/rkl: Add DDC pin mappingMatt Roper2020-06-041-1/+21
* drm/i915/rkl: provide port/phy mapping for vbtLucas De Marchi2020-06-041-21/+51
* drm/i915/rkl: Set transcoder mask properlyMatt Roper2020-06-041-0/+2
* drm/i915/gt: Track if an engine requires forcewake w/aChris Wilson2020-06-042-0/+15
* drm/i915: Trim set_timer_ms() intervalsChris Wilson2020-06-042-18/+13
* drm/i915/gem: Mark the buffer pool as active for the cmdparserChris Wilson2020-06-041-8/+48
* drm/i915/tgl: Implement WA_16011163337Clint Taylor2020-06-042-4/+9
* drm/i915/selftests: Exercise all copy engines with the blt routinesChris Wilson2020-06-045-24/+80
* drm/i915/params: fix i915.reset module param typeJani Nikula2020-06-041-1/+1
* drm/i915: Replace some hand rolled max()sVille Syrjälä2020-06-031-7/+2
* drm/i915: Reverse preemph vs. voltage swing preferenceVille Syrjälä2020-06-031-16/+16
* drm/i915: Add {preemph,voltage}_max() vfuncsVille Syrjälä2020-06-036-69/+49
* drm/i915: Fix ivb cpu edp vswingVille Syrjälä2020-06-031-12/+1
* drm/i915: Fix ibx max vswing/preemphVille Syrjälä2020-06-031-2/+2
* drm/i915: Fix cpt/ppt max pre-emphasisVille Syrjälä2020-06-031-4/+4
* drm/i915: Drop i915_request.i915 backpointerChris Wilson2020-06-0317-49/+43
* drm/i915/gt: Suppress the error message for GT init failure on error injectionChris Wilson2020-06-031-2/+2
* drm/i915/gt: Make the CTX_TIMESTAMP readable on !rcsChris Wilson2020-06-021-1/+24
* drm/i915: Identify Cometlake platformChris Wilson2020-06-0215-55/+140
* drm/i915/selftests: Ignore autoincrementing timestamp on verfifying whitelistsChris Wilson2020-06-021-0/+17
* drm/i915/dsi: Dont forget to clean up the connector on error (v2)Vivek Kasireddy2020-06-021-0/+1
* drm/i915/params: prevent changing module params runtimeJani Nikula2020-06-021-14/+24
* drm/i915/params: fix i915.fake_lmem_start module param sysfs permissionsJani Nikula2020-06-021-1/+1
* drm/i915/params: don't expose inject_probe_failure in debugfsJani Nikula2020-06-021-1/+1
* drm/i915/gt: Move legacy context wa to intel_workaroundsChris Wilson2020-06-022-28/+31
* drm/i915/gt: Split low level gen2-7 CS emittersChris Wilson2020-06-027-806/+901
* drm/i915: Whitelist context-local timestamp in the gen9 cmdparserChris Wilson2020-06-011-0/+4
* drm/i915/tgl: Update TC DP vswing tableJosé Roberto de Souza2020-06-011-3/+3
* drm/i915: Trim the ironlake+ irq handlerChris Wilson2020-06-011-28/+29
* drm/i915: Fix global state use-after-frees with a refcountVille Syrjälä2020-06-012-6/+42
* drm/i915: Relinquish forcewake immediately after manual groupingChris Wilson2020-06-011-1/+1
* drm/i915: Handle very early engine initialisation failureChris Wilson2020-06-011-3/+3
* drm/i915: Add Plane color encoding support for YCBCR_BT2020Kishore Kadiyala2020-06-013-7/+19
* drm/i915/gem: Give each object class a friendly nameChris Wilson2020-05-2914-1/+17
* drm/i915/gem: Taint all shrinkable object locksChris Wilson2020-05-291-0/+4
* drm/i915: Check for awaits on still currently executing requestsChris Wilson2020-05-291-1/+48
* drm/i915: Add a few asserts around handling of i915_request_is_active()Chris Wilson2020-05-291-2/+3
* drm/i915: Replace I915_MODE_FLAG_INHERITED with a booleanVille Syrjälä2020-05-293-12/+9
* drm/i915: Stop using mode->private_flagsVille Syrjälä2020-05-297-28/+49
* drm/i915/gt: Start timeslice on partial submissionChris Wilson2020-05-281-1/+3
* drm/i915/gt: Don't declare hangs if engine is stalledChris Wilson2020-05-281-3/+16