aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19drm/i915: Update DRIVER_DATE to 20190619Jani Nikula1-2/+2
2019-06-17drm/i915/ehl: Introduce Mule Creek Canyon PCHMatt Roper1-0/+3
2019-06-17drm/i915/dmc: add support to load dmc_header version 3Lucas De Marchi1-2/+2
2019-06-17drm/i915: move modesetting core code under display/Jani Nikula1-6/+7
2019-06-14drm/i915: move and rename i915_runtime_pmDaniele Ceraolo Spurio1-51/+1
2019-06-14drm/i915: prefer i915_runtime_pm in intel_runtime functionDaniele Ceraolo Spurio1-0/+2
2019-06-14drm/i915: Refine i915_reset.lock_mapChris Wilson1-8/+0
2019-06-13drm/i915: Move fence register tracking from i915->mm to ggttChris Wilson1-28/+0
2019-06-12drm/i915: Remove I915_READ16 and I915_WRITE16Tvrtko Ursulin1-3/+0
2019-06-12drm/i915: Remove I915_READ_NOTRACETvrtko Ursulin1-1/+0
2019-06-12drm/i915: Remove I915_WRITE_NOTRACETvrtko Ursulin1-1/+0
2019-06-12drm/i915: Remove POSTING_READ16Tvrtko Ursulin1-1/+0
2019-06-12drm/i915: Remove I915_POSTING_READ_FWTvrtko Ursulin1-1/+0
2019-06-12drm/i915: Remove I915_READ8Tvrtko Ursulin1-2/+0
2019-06-12drm/i915: Combine unbound/bound list tracking for objectsChris Wilson1-9/+5
2019-06-12drm/i915: Kill INTEL_SUBPLATFORM_AMLVille Syrjälä1-3/+2
2019-06-12drm/i915: Prevent lock-cycles between GPU waits and GPU resetsChris Wilson1-0/+8
2019-06-11drm/i915: Rename i915_hw_ppgtt to i915_ppgttChris Wilson1-1/+1
2019-06-11drm/i915: Pull kref into i915_address_spaceChris Wilson1-6/+0
2019-06-10drm/i915: Remove I915_READ64 and I915_READ64_32x2Tvrtko Ursulin1-18/+0
2019-06-10drm/i915: Eliminate unused mmio accessorsTvrtko Ursulin1-4/+0
2019-06-10drm/i915: move pm related declarations to intel_pm.hJani Nikula1-10/+0
2019-06-09drm/i915/guc: always use Command Transport BuffersDaniele Ceraolo Spurio1-1/+0
2019-06-06drm/i915: Move object close under its own lockChris Wilson1-1/+3
2019-06-05drm/i915/bios: store child device pointer in DDI port infoJani Nikula1-1/+3
2019-06-05drm/i915: Introduce vfunc read_luts() to create hw lutSwati Sharma1-0/+1
2019-06-04drm/i915: Pass intel_atomic_state to cdclk funcsVille Syrjälä1-1/+1
2019-06-04drm/i915: move more defs in intel_display_power.hDaniele Ceraolo Spurio1-110/+0
2019-06-04drm/i915: extract intel_display_power.h/c from intel_runtime_pm.h/cDaniele Ceraolo Spurio1-0/+1
2019-05-31drm/i915: Report all objects with allocated pages to the shrinkerChris Wilson1-4/+3
2019-05-31drm/i915: Track the purgeable objects on a separate eviction listChris Wilson1-6/+10
2019-05-31drm/i915: add force_probe module parameter to replace alpha_supportJani Nikula1-2/+0
2019-05-31drm/i915: Split off pci_driver.remove() tail to drm_driver.release()Janusz Krzysztofik1-0/+1
2019-05-28drm/i915: Move GEM client throttling to its own fileChris Wilson1-6/+0
2019-05-28drm/i915: Move GEM object waiting to its own fileChris Wilson1-7/+0
2019-05-28drm/i915: Pull scatterlist utils out of i915_gem.hChris Wilson1-110/+0
2019-05-28drm/i915: Move more GEM objects under gem/Chris Wilson1-1/+1
2019-05-28drm/i915: Move GEM domain management to its own fileChris Wilson1-26/+0
2019-05-28drm/i915: Move mmap and friends to its own fileChris Wilson1-1/+0
2019-05-28drm/i915: Move phys objects to its own fileChris Wilson1-2/+0
2019-05-28drm/i915: Move shmem object setup to its own fileChris Wilson1-10/+0
2019-05-28drm/i915: Move object->pages API to i915_gem_object.[ch]Chris Wilson1-135/+6
2019-05-28drm/i915: Pull GEM ioctls interface to its own fileChris Wilson1-38/+0
2019-05-28drm/i915: Split GEM object type definition to its own headerChris Wilson1-1/+2
2019-05-28drm/i915: Keep user GGTT alive for a minimum of 250msChris Wilson1-0/+3
2019-05-27drm/i915: Make sure we have enough memory bandwidth on ICLVille Syrjälä1-0/+8
2019-05-24drm/i915: Update DRIVER_DATE to 20190524Jani Nikula1-2/+2
2019-05-23drm/i915: Update DRIVER_DATE to 20190523Jani Nikula1-2/+2
2019-05-20drm/i915: Add a new "remapped" gtt_viewVille Syrjälä1-0/+4
2019-05-14drm/i915: Add support for asynchronous display power disablingImre Deak1-0/+5