summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2020-05-29drm/i915: Stop using mode->private_flagsVille Syrjälä7-28/+49
2020-05-29drm/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-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/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/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-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-22drm/i915/ehl: Extend w/a 14010685332 to JSP/MCCSwathi Dhanavanthri1-2/+4
2020-05-22drm/i915: Remove unneeded hack now for CDCLKStanislav Lisovskiy1-12/+0
2020-05-22drm/i915: Adjust CDCLK accordingly to our DBuf bw needsStanislav Lisovskiy8-15/+220
2020-05-22drm/i915: Introduce for_each_dbuf_slice_in_mask macroStanislav Lisovskiy2-0/+8
2020-05-22drm/i915: Plane configuration affects CDCLK in Gen11+Stanislav Lisovskiy1-1/+1
2020-05-22drm/i915: Check plane configuration properlyStanislav Lisovskiy1-1/+7
2020-05-22drm/i915: Extract cdclk requirements checking to separate functionStanislav Lisovskiy1-8/+22
2020-05-22drm/i915: Decouple cdclk calculation from modeset checksStanislav Lisovskiy1-10/+12
2020-05-21drm/i915: Remove PIN_UPDATE for i915_vma_pinChris Wilson3-149/+3
2020-05-21drm/i915: Avoid using rq->engine after free during i915_fence_releaseChris Wilson1-2/+33
2020-05-21drm/i915: Disable semaphore inter-engine sync without timeslicingChris Wilson1-2/+2
2020-05-21drm/i915/selftests: Flush the submission, not cancel it!Chris Wilson1-1/+1
2020-05-21drm/i915/selftests: Measure CS_TIMESTAMPChris Wilson1-0/+132
2020-05-20drm/i915/ehl: Wa_22010271021Matt Atwood1-0/+6
2020-05-20drm/i915/rkl: RKL only uses PHY_MISC for PHY's A and BMatt Roper1-13/+17
2020-05-20drm/i915/rkl: Add power well supportMatt Roper2-3/+186
2020-05-20drm/i915/rkl: Limit number of universal planes to 5Matt Roper6-13/+35
2020-05-20drm/i915/rkl: Update memory bandwidth parametersMatt Roper1-1/+9
2020-05-20drm/i915/gt: Remove errant assertion in __intel_context_do_pinChris Wilson1-2/+0
2020-05-20drm/i915/rkl: Add PCH supportMatt Roper1-3/+5
2020-05-20drm/i915/rkl: Load DMC firmware for Rocket LakeMatt Roper1-1/+9
2020-05-20drm/i915/rkl: Re-use TGL GuC/HuC firmwareMatt Roper1-0/+3
2020-05-20drm/i915/rkl: Add RKL platform info and PCI idsMatt Roper4-0/+20
2020-05-19drm/i915/gt: Incorporate the virtual engine into timeslicingChris Wilson1-6/+24
2020-05-19drm/i915/gt: Kick virtual siblings on timeslice outChris Wilson1-1/+1
2020-05-19drm/i915/selftests: Add tests for timeslicing virtual enginesChris Wilson1-3/+197
2020-05-19drm/i915/selftests: Check for an initial-breadcrumb in wait_for_submit()Chris Wilson1-1/+1
2020-05-19drm/i915/selftests: Restore to default heartbeatChris Wilson4-109/+67