aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2020-06-01drm/i915: Fix global state use-after-frees with a refcountVille Syrjälä2-6/+42
2020-06-01Merge branches 'pm-core' and 'pm-sleep'Rafael J. Wysocki1-1/+1
2020-06-01drm/i915: Relinquish forcewake immediately after manual groupingChris Wilson1-1/+1
2020-06-01drm/i915: Check for awaits on still currently executing requestsChris Wilson1-1/+48
2020-06-01drm/i915/gt: Do not schedule normal requests immediately along virtualChris Wilson1-4/+21
2020-06-01drm/i915: Reorder await_execution before await_requestChris Wilson1-132/+132
2020-06-01drm/i915: Handle very early engine initialisation failureChris Wilson1-3/+3
2020-06-01drm/i915: Add Plane color encoding support for YCBCR_BT2020Kishore Kadiyala3-7/+19
2020-05-29drm/i915/gem: Give each object class a friendly nameChris Wilson14-1/+17
2020-05-29drm/i915/gem: Taint all shrinkable object locksChris Wilson1-0/+4
2020-05-29drm/i915: Check for awaits on still currently executing requestsChris Wilson1-1/+48
2020-05-29drm/i915: Add a few asserts around handling of i915_request_is_active()Chris Wilson1-2/+3
2020-05-29drm/i915: Replace I915_MODE_FLAG_INHERITED with a booleanVille Syrjälä3-12/+9
2020-05-29drm/i915: Stop using mode->private_flagsVille Syrjälä7-28/+49
2020-05-28drm/i915/gt: Start timeslice on partial submissionChris Wilson1-1/+3
2020-05-28drm/i915/gt: Don't declare hangs if engine is stalledChris Wilson1-3/+16
2020-05-28drm/i915/gt: Remove local entries from GGTT on suspendChris Wilson3-29/+54
2020-05-28drm/i915/gt: Restore both GGTT bindings on resumeChris Wilson1-4/+2
2020-05-28drm/i915/gt: Prevent timeslicing into unpreemptable requestsChris Wilson3-2/+119
2020-05-28Merge tag 'v5.7-rc7' into perf/core, to pick up fixesIngo Molnar35-188/+339
2020-05-27drm/i915: work around false-positive maybe-uninitialized warningArnd Bergmann1-0/+2
2020-05-27drm/i915/pmu: avoid an maybe-uninitialized warningArnd Bergmann1-42/+42
2020-05-27drm: Nuke mode->vrefreshVille Syrjälä4-11/+7
2020-05-27drm/i915/gt: Clear LOCAL_BIND from shared GGTT on resumeChris Wilson1-2/+6
2020-05-27drm/i915/gt: Do not schedule normal requests immediately along virtualChris Wilson1-4/+21
2020-05-27drm/i915: Reorder await_execution before await_requestChris Wilson1-132/+132
2020-05-26drm/i915: Introduce some local intel_dp variablesVille Syrjälä1-6/+12
2020-05-26drm/i915/display: Only query DP state of a DDI encoderChris Wilson1-0/+3
2020-05-26drm/i915: Improve execute_cb struct packingChris Wilson2-10/+15
2020-05-26drm/i915/execlists: Shortcircuit queue_prio() for no internal levelsChris Wilson1-0/+3
2020-05-26drm/i915/gt: Force the GT reset on shutdownChris Wilson1-0/+5
2020-05-26drm/i915/display: Fix early deref of 'dsb'Chris Wilson1-2/+4
2020-05-25drm/i915/gt: Stop cross-polluting PIN_GLOBAL with PIN_USER with no-ppgttChris Wilson1-8/+3
2020-05-25drm/i915/gem: Suppress some random warningsChris Wilson4-7/+4
2020-05-25drm/i915/gt: Cancel the flush worker more thoroughlyChris Wilson1-1/+2
2020-05-25drm/i915/gem: Avoid iterating an empty listChris Wilson1-6/+9
2020-05-25drm/i915: Avoid using rq->engine after free during i915_fence_releaseChris Wilson1-2/+33
2020-05-25drm/i915: Disable semaphore inter-engine sync without timeslicingChris Wilson1-2/+2
2020-05-25drm/i915/gt: Remove errant assertion in __intel_context_do_pinChris Wilson1-2/+0
2020-05-25drm/i915: Don't set queue-priority hint when supressing the rescheduleChris Wilson1-8/+8
2020-05-23drm/i915/dsb: Pre allocate and late cleanup of cmd bufferAnimesh Manna6-194/+206
2020-05-22drm/i915/gem: Avoid iterating an empty listChris Wilson1-6/+9
2020-05-22drm/i915: Fix includes and local vars orderStanislav Lisovskiy6-24/+30
2020-05-21drm/i915/ehl: Extend w/a 14010685332 to JSP/MCCSwathi Dhanavanthri1-2/+4
2020-05-21drm/i915: Remove unneeded hack now for CDCLKStanislav Lisovskiy1-12/+0
2020-05-21drm/i915: Adjust CDCLK accordingly to our DBuf bw needsStanislav Lisovskiy8-15/+220
2020-05-21drm/i915: Introduce for_each_dbuf_slice_in_mask macroStanislav Lisovskiy2-0/+8
2020-05-21drm/i915: Plane configuration affects CDCLK in Gen11+Stanislav Lisovskiy1-1/+1
2020-05-21drm/i915: Check plane configuration properlyStanislav Lisovskiy1-1/+7
2020-05-21drm/i915: Extract cdclk requirements checking to separate functionStanislav Lisovskiy1-8/+22