summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | drm/i915/gt: Acquire a GT wakeref for the breadcrumb interruptChris Wilson2019-12-061-6/+16
| | | * | | | | | | | drm/i915: Claim vma while under closed_lock in i915_vma_parked()Chris Wilson2019-12-061-1/+3
| | | * | | | | | | | drm/i915/gt: Trim gen6 ppgtt updates to PD cachelinesChris Wilson2019-12-061-5/+7
| | | * | | | | | | | drm/i915: Serialise i915_active_acquire() with __active_retire()Chris Wilson2019-12-051-2/+3
| | | * | | | | | | | drm/i915/gt: Replace I915_READ with intel_uncore_readAndi Shyti2019-12-053-14/+15
| | | * | | | | | | | drm/i915/gt: Save irqstate around virtual_context_destroyChris Wilson2019-12-051-2/+3
| | | * | | | | | | | drm/i915/gem: Reinitialise the local list before repeatingChris Wilson2019-12-051-1/+1
| | | * | | | | | | | drm/i915/gt: Bump the PP_DIR invalidation for BaytrailChris Wilson2019-12-051-4/+35
| | | * | | | | | | | drm/i915: Try hard to bind the contextChris Wilson2019-12-054-8/+38
| | | * | | | | | | | drm/i915: Ignore most failures during evict-vmChris Wilson2019-12-051-16/+23
| | | * | | | | | | | drm/i915: Remove vestigal i915_gem_context locals from cmdparserChris Wilson2019-12-053-11/+6
| | | * | | | | | | | drm/i915/gem: Hook user-extensions upto MMAP_OFFSET_IOCTLChris Wilson2019-12-041-2/+6
| | | * | | | | | | | drm/i915/gem: Hold the obj->vma.lock while walking the vma.listChris Wilson2019-12-041-0/+4
| | | * | | | | | | | drm/i915/gem: Try to flush pending unbind eventsChris Wilson2019-12-041-1/+9
| | | * | | | | | | | drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSETAbdiel Janulgue2019-12-0417-142/+542
| | | * | | | | | | | drm/i915/perf: drop pointless static qualifier in i915_perf_add_config_ioctl()Mao Wenan2019-12-041-1/+1
| | | * | | | | | | | drm/i915: Make intel_crtc_arm_fifo_underrun() functional on gen2Ville Syrjälä2019-12-041-1/+1
| | | * | | | | | | | drm/i915: Nuke intel_pre_disable_primary_noatomic()Ville Syrjälä2019-12-041-35/+22
| | | * | | | | | | | drm/i915: Clean up the gen2 "no planes -> underrun" workaroundVille Syrjälä2019-12-041-85/+70
| | | * | | | | | | | drm/i915: Clean up intel_{pre,post}_plane_update()Ville Syrjälä2019-12-043-59/+51
| | | * | | | | | | | drm/i915: s/pipe_config/new_crtc_state/ intel_{pre,post}_plane_update()Ville Syrjälä2019-12-041-20/+20
| | | * | | | | | | | drm/i915: Pass dev_priv to ilk_disable_lp_wm()Ville Syrjälä2019-12-043-5/+3
| | | * | | | | | | | drm/i915: Clean up arguments to nv12/scaler w/a funcsVille Syrjälä2019-12-041-12/+14
| | | * | | | | | | | drm/i915/gt: Set the PD again for HaswellChris Wilson2019-12-032-36/+15
| | | * | | | | | | | drm/i915/gem: Avoid parking the vma as we unbindChris Wilson2019-12-031-1/+16
| | | * | | | | | | | drm/i915/display/mst: Move DPMS_OFF call to post_disableJosé Roberto de Souza2019-12-032-8/+7
| | | * | | | | | | | drm/i915/dp: Power down sink before disable pipe/transcoder clockJosé Roberto de Souza2019-12-031-1/+1
| | | * | | | | | | | drm/i915/display: Check the old state to find port sync slaveJosé Roberto de Souza2019-12-031-2/+2
| | | * | | | | | | | drm/i915/irq: Refactor gen11 display interrupt handlingMatt Roper2019-12-031-22/+35
| | | * | | | | | | | drm/i915/gt: Track the context validity explicitlyChris Wilson2019-12-034-1/+6
| | | * | | | | | | | drm/i915/execlists: Skip nested spinlock for validating pendingChris Wilson2019-12-031-2/+2
| | | * | | | | | | | drm/i915/execlists: Add a couple more validity checks to assert_pending()Chris Wilson2019-12-031-0/+3
| | | * | | | | | | | drm/i915: Lift i915_vma_pin() out of intel_renderstate_emit()Chris Wilson2019-12-033-44/+78
| | | * | | | | | | | drm/i915/gem: Take runtime-pm wakeref prior to unbindingChris Wilson2019-12-031-1/+16
| | | * | | | | | | | drm/i915: Serialise i915_active_wait() with its retirementChris Wilson2019-12-021-0/+1
| | | * | | | | | | | drm/i915: Specialise i915_active.work lock classesChris Wilson2019-12-022-5/+13
| | | * | | | | | | | drm/i915/gem: Unbind all current vma on changing cache-levelChris Wilson2019-12-021-119/+4
| | | * | | | | | | | drm/i915/gt: Simplify rc6 w/a applicationChris Wilson2019-12-024-58/+6
| | | * | | | | | | | drm/i915/gt: Use soft-rc6 for w/a protectionChris Wilson2019-12-023-15/+13
| | | * | | | | | | | drm/i915/bios: assume vbt is 4-byte aligned into opromLucas De Marchi2019-12-021-1/+1
| | | * | | | | | | | drm/i915/bios: fold pci rom map/unmap into copy functionLucas De Marchi2019-12-021-21/+21
| | | * | | | | | | | drm/i915/bios: do not discard address spaceLucas De Marchi2019-12-021-12/+39
| | | * | | | | | | | drm/i915/display: Suspend MST topology manager before destroy fbdevJosé Roberto de Souza2019-12-021-0/+7
| | | * | | | | | | | drm/i915/vbt: Parse power conservation features blockJosé Roberto de Souza2019-12-022-4/+63
| | | * | | | | | | | drm/i915/psr: Check if sink PSR capability changedJosé Roberto de Souza2019-12-021-0/+24
| | | * | | | | | | | drm/i915/psr: Enable ALPM lock timeout error interruptionJosé Roberto de Souza2019-12-021-1/+36
| | | * | | | | | | | drm/i915/psr: Refactor psr short pulse handlerJosé Roberto de Souza2019-12-021-20/+31
| | | * | | | | | | | drm/i915/psr: Add bits per pixel limitationJosé Roberto de Souza2019-12-021-1/+10
| | | * | | | | | | | drm/i915/dsb: fix cmd_buf being wrongly setLucas De Marchi2019-12-021-9/+9
| | | * | | | | | | | drm/i915: Stop using connector->encoder and encoder->crtc links in i915_displ...Ville Syrjälä2019-12-022-16/+34
OpenPOWER on IntegriCloud