summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2020-05-29drm/i915: Stop using mode->private_flagsVille Syrjälä
2020-05-28drm/i915/gt: Start timeslice on partial submissionChris Wilson
2020-05-28drm/i915/gt: Don't declare hangs if engine is stalledChris Wilson
2020-05-28drm/i915/gt: Remove local entries from GGTT on suspendChris Wilson
2020-05-28drm/i915/gt: Restore both GGTT bindings on resumeChris Wilson
2020-05-28drm/i915/gt: Prevent timeslicing into unpreemptable requestsChris Wilson
2020-05-27drm/i915: work around false-positive maybe-uninitialized warningArnd Bergmann
2020-05-27drm/i915/pmu: avoid an maybe-uninitialized warningArnd Bergmann
2020-05-27drm/i915/gt: Clear LOCAL_BIND from shared GGTT on resumeChris Wilson
2020-05-27drm/i915/gt: Do not schedule normal requests immediately along virtualChris Wilson
2020-05-27drm/i915: Reorder await_execution before await_requestChris Wilson
2020-05-26drm/i915/display: Only query DP state of a DDI encoderChris Wilson
2020-05-26drm/i915: Improve execute_cb struct packingChris Wilson
2020-05-26drm/i915/execlists: Shortcircuit queue_prio() for no internal levelsChris Wilson
2020-05-26drm/i915/gt: Force the GT reset on shutdownChris Wilson
2020-05-26drm/i915/display: Fix early deref of 'dsb'Chris Wilson
2020-05-25drm/i915/gt: Stop cross-polluting PIN_GLOBAL with PIN_USER with no-ppgttChris Wilson
2020-05-25drm/i915/gem: Suppress some random warningsChris Wilson
2020-05-25drm/i915/gt: Cancel the flush worker more thoroughlyChris Wilson
2020-05-23drm/i915/dsb: Pre allocate and late cleanup of cmd bufferAnimesh Manna
2020-05-22drm/i915/gem: Avoid iterating an empty listChris Wilson
2020-05-22drm/i915: Fix includes and local vars orderStanislav Lisovskiy
2020-05-21drm/i915/ehl: Extend w/a 14010685332 to JSP/MCCSwathi Dhanavanthri
2020-05-21drm/i915: Remove unneeded hack now for CDCLKStanislav Lisovskiy
2020-05-21drm/i915: Adjust CDCLK accordingly to our DBuf bw needsStanislav Lisovskiy
2020-05-21drm/i915: Introduce for_each_dbuf_slice_in_mask macroStanislav Lisovskiy
2020-05-21drm/i915: Plane configuration affects CDCLK in Gen11+Stanislav Lisovskiy
2020-05-21drm/i915: Check plane configuration properlyStanislav Lisovskiy
2020-05-21drm/i915: Extract cdclk requirements checking to separate functionStanislav Lisovskiy
2020-05-21drm/i915: Decouple cdclk calculation from modeset checksStanislav Lisovskiy
2020-05-21drm/i915: Remove PIN_UPDATE for i915_vma_pinChris Wilson
2020-05-21drm/i915: Avoid using rq->engine after free during i915_fence_releaseChris Wilson
2020-05-21drm/i915: Disable semaphore inter-engine sync without timeslicingChris Wilson
2020-05-21drm/i915/selftests: Flush the submission, not cancel it!Chris Wilson
2020-05-21drm/i915/selftests: Measure CS_TIMESTAMPChris Wilson
2020-05-20drm/i915/ehl: Wa_22010271021Matt Atwood
2020-05-20drm/i915/rkl: RKL only uses PHY_MISC for PHY's A and BMatt Roper
2020-05-20drm/i915/rkl: Add power well supportMatt Roper
2020-05-20drm/i915/rkl: Limit number of universal planes to 5Matt Roper
2020-05-20drm/i915/rkl: Update memory bandwidth parametersMatt Roper
2020-05-20drm/i915/gt: Remove errant assertion in __intel_context_do_pinChris Wilson
2020-05-19drm/i915/rkl: Add PCH supportMatt Roper
2020-05-19drm/i915/rkl: Load DMC firmware for Rocket LakeMatt Roper
2020-05-19drm/i915/rkl: Re-use TGL GuC/HuC firmwareMatt Roper
2020-05-19drm/i915/rkl: Add RKL platform info and PCI idsMatt Roper
2020-05-19drm/i915/gt: Incorporate the virtual engine into timeslicingChris Wilson
2020-05-19drm/i915/gt: Kick virtual siblings on timeslice outChris Wilson
2020-05-19drm/i915/selftests: Add tests for timeslicing virtual enginesChris Wilson
2020-05-19drm/i915/selftests: Check for an initial-breadcrumb in wait_for_submit()Chris Wilson
2020-05-19drm/i915/selftests: Restore to default heartbeatChris Wilson