summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Deal with machines that expose less than three QGV pointsVille Syrjälä2019-07-291-2/+3
* drm/i915: Update DRIVER_DATE to 20190619Jani Nikula2019-06-191-2/+2
* drm/i915/ehl: Introduce Mule Creek Canyon PCHMatt Roper2019-06-171-0/+3
* drm/i915/dmc: add support to load dmc_header version 3Lucas De Marchi2019-06-171-2/+2
* drm/i915: move modesetting core code under display/Jani Nikula2019-06-171-6/+7
* drm/i915: move and rename i915_runtime_pmDaniele Ceraolo Spurio2019-06-141-51/+1
* drm/i915: prefer i915_runtime_pm in intel_runtime functionDaniele Ceraolo Spurio2019-06-141-0/+2
* drm/i915: Refine i915_reset.lock_mapChris Wilson2019-06-141-8/+0
* drm/i915: Move fence register tracking from i915->mm to ggttChris Wilson2019-06-131-28/+0
* drm/i915: Remove I915_READ16 and I915_WRITE16Tvrtko Ursulin2019-06-121-3/+0
* drm/i915: Remove I915_READ_NOTRACETvrtko Ursulin2019-06-121-1/+0
* drm/i915: Remove I915_WRITE_NOTRACETvrtko Ursulin2019-06-121-1/+0
* drm/i915: Remove POSTING_READ16Tvrtko Ursulin2019-06-121-1/+0
* drm/i915: Remove I915_POSTING_READ_FWTvrtko Ursulin2019-06-121-1/+0
* drm/i915: Remove I915_READ8Tvrtko Ursulin2019-06-121-2/+0
* drm/i915: Combine unbound/bound list tracking for objectsChris Wilson2019-06-121-9/+5
* drm/i915: Kill INTEL_SUBPLATFORM_AMLVille Syrjälä2019-06-121-3/+2
* drm/i915: Prevent lock-cycles between GPU waits and GPU resetsChris Wilson2019-06-121-0/+8
* drm/i915: Rename i915_hw_ppgtt to i915_ppgttChris Wilson2019-06-111-1/+1
* drm/i915: Pull kref into i915_address_spaceChris Wilson2019-06-111-6/+0
* drm/i915: Remove I915_READ64 and I915_READ64_32x2Tvrtko Ursulin2019-06-101-18/+0
* drm/i915: Eliminate unused mmio accessorsTvrtko Ursulin2019-06-101-4/+0
* drm/i915: move pm related declarations to intel_pm.hJani Nikula2019-06-101-10/+0
* drm/i915/guc: always use Command Transport BuffersDaniele Ceraolo Spurio2019-06-091-1/+0
* drm/i915: Move object close under its own lockChris Wilson2019-06-061-1/+3
* drm/i915/bios: store child device pointer in DDI port infoJani Nikula2019-06-051-1/+3
* drm/i915: Introduce vfunc read_luts() to create hw lutSwati Sharma2019-06-051-0/+1
* drm/i915: Pass intel_atomic_state to cdclk funcsVille Syrjälä2019-06-041-1/+1
* drm/i915: move more defs in intel_display_power.hDaniele Ceraolo Spurio2019-06-041-110/+0
* drm/i915: extract intel_display_power.h/c from intel_runtime_pm.h/cDaniele Ceraolo Spurio2019-06-041-0/+1
* drm/i915: Report all objects with allocated pages to the shrinkerChris Wilson2019-05-311-4/+3
* drm/i915: Track the purgeable objects on a separate eviction listChris Wilson2019-05-311-6/+10
* drm/i915: add force_probe module parameter to replace alpha_supportJani Nikula2019-05-311-2/+0
* drm/i915: Split off pci_driver.remove() tail to drm_driver.release()Janusz Krzysztofik2019-05-311-0/+1
* drm/i915: Move GEM client throttling to its own fileChris Wilson2019-05-281-6/+0
* drm/i915: Move GEM object waiting to its own fileChris Wilson2019-05-281-7/+0
* drm/i915: Pull scatterlist utils out of i915_gem.hChris Wilson2019-05-281-110/+0
* drm/i915: Move more GEM objects under gem/Chris Wilson2019-05-281-1/+1
* drm/i915: Move GEM domain management to its own fileChris Wilson2019-05-281-26/+0
* drm/i915: Move mmap and friends to its own fileChris Wilson2019-05-281-1/+0
* drm/i915: Move phys objects to its own fileChris Wilson2019-05-281-2/+0
* drm/i915: Move shmem object setup to its own fileChris Wilson2019-05-281-10/+0
* drm/i915: Move object->pages API to i915_gem_object.[ch]Chris Wilson2019-05-281-135/+6
* drm/i915: Pull GEM ioctls interface to its own fileChris Wilson2019-05-281-38/+0
* drm/i915: Split GEM object type definition to its own headerChris Wilson2019-05-281-1/+2
* drm/i915: Keep user GGTT alive for a minimum of 250msChris Wilson2019-05-281-0/+3
* drm/i915: Make sure we have enough memory bandwidth on ICLVille Syrjälä2019-05-271-0/+8
* drm/i915: Update DRIVER_DATE to 20190524Jani Nikula2019-05-241-2/+2
* drm/i915: Update DRIVER_DATE to 20190523Jani Nikula2019-05-231-2/+2
* drm/i915: Add a new "remapped" gtt_viewVille Syrjälä2019-05-201-0/+4