summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: split out intel_pch.[ch] from i915_drv.[ch]Jani Nikula2019-08-081-59/+1
* drm/i915: Make wopcm_to_i915() privateMichal Wajdeczko2019-08-071-5/+0
* drm/i915/perf: Refactor oa object to better manage resourcesUmesh Nerlige Ramappa2019-08-071-112/+107
* drm/i915: Isolate i915_getparam_ioctl()Chris Wilson2019-08-071-0/+3
* drm/i915: move property enums to intel_display_types.hJani Nikula2019-08-071-12/+0
* drm/i915: avoid including intel_drv.h via i915_drv.h->i915_trace.hJani Nikula2019-08-071-2/+1
* drm/i915: move intel_display.c function declarationsJani Nikula2019-08-071-15/+0
* drm/i915/gt: Move the [class][inst] lookup for engines onto the GTChris Wilson2019-08-061-3/+12
* drm/i915/gem: Make caps.scheduler staticChris Wilson2019-08-061-2/+4
* drm/i915: Use drm_i915_private directly from drv_get_drvdata()Chris Wilson2019-08-061-2/+7
* drm/i915: Flush the freed object list on file closeChris Wilson2019-08-021-1/+0
* drm/i915: Add i915 to i915_inject_probe_failureMichal Wajdeczko2019-08-021-5/+7
* drm/i915/uc: Rename intel_uc_is_using* into intel_uc_supports*Michal Wajdeczko2019-08-011-2/+2
* drm/i915/tgl: Tigerlake only has global MOCS registersMichel Thierry2019-07-311-0/+2
* drm/i915/uc: Move uC WOPCM setup in uc_init_hwDaniele Ceraolo Spurio2019-07-311-2/+1
* drm/i915/tgl: Add hpd interrupt handlingLucas De Marchi2019-07-301-0/+4
* drm/i915: Update DRIVER_DATE to 20190730Rodrigo Vivi2019-07-301-2/+2
* drm/i915: Move aliasing_ppgtt underneath its i915_ggttChris Wilson2019-07-301-3/+0
* drm/i915/uc: Unify uC platform checkDaniele Ceraolo Spurio2019-07-251-13/+2
* drm/i915: Fix and improve MCR selection logicTvrtko Ursulin2019-07-191-2/+0
* drm/i915: Add support for retrying hotplugImre Deak2019-07-151-1/+2
* drm/i915/uc: kill <g,h>uc_to_i915Daniele Ceraolo Spurio2019-07-131-10/+0
* drm/i915/guc: prefer intel_gt in guc interrupt functionsDaniele Ceraolo Spurio2019-07-131-1/+0
* drm/i915/uc: Move intel functions to intel_ucDaniele Ceraolo Spurio2019-07-131-3/+3
* drm/i915/uc: move GuC/HuC inside intel_gt under a new intel_ucDaniele Ceraolo Spurio2019-07-131-5/+2
* drm/i915/uc: move GuC and HuC files under gt/uc/Daniele Ceraolo Spurio2019-07-131-1/+1
* drm/i915/gt: Use intel_gt as the primary object for handling resetsChris Wilson2019-07-121-33/+2
* drm/i915: Propagate "_remove" function name suffix downJanusz Krzysztofik2019-07-121-2/+2
* drm/i915: Propagate "_release" function name suffix downJanusz Krzysztofik2019-07-121-1/+1
* drm/i915: Replace "_load" with "_probe" consequentlyJanusz Krzysztofik2019-07-121-5/+5
* drm/i915: Rename "_load"/"_unload" to match PCI entry pointsJanusz Krzysztofik2019-07-121-2/+2
* drm/i915: Drop extern qualifiers from header function prototypesJanusz Krzysztofik2019-07-121-25/+22
* drm/i915/tgl: Introduce Tiger Lake PCHRadhakrishna Sripada2019-07-111-0/+3
* drm/i915/tgl: add initial Tiger Lake definitionsDaniele Ceraolo Spurio2019-07-111-0/+1
* drm/i915/guc: Remove preemption support for current fwChris Wilson2019-07-111-2/+0
* drm/i915: Update DRIVER_DATE to 20190708Rodrigo Vivi2019-07-081-2/+2
* drm/i915: Move dev_priv->pm_i{m, e}r into intel_gtTvrtko Ursulin2019-07-051-2/+0
* drm/i915: Flush the workqueue before drainingChris Wilson2019-07-041-0/+1
* drm/i915: Deal with machines that expose less than three QGV pointsVille Syrjälä2019-07-031-2/+3
* drm/i915/gem: Free pages before rcu-freeing the objectChris Wilson2019-07-031-7/+8
* Revert "drm/i915: Introduce private PAT management"Michał Winiarski2019-07-021-2/+0
* drm/i915: Use intel state as much as possible in wm codeMaarten Lankhorst2019-07-011-6/+6
* drm/i915: Convert most of atomic commit to take more intel stateMaarten Lankhorst2019-07-011-3/+3
* drm/i915/ehl: Add one additional PCH ID to MCCMatt Roper2019-06-251-0/+1
* drm/i915: Eliminate dual personality of i915_scratch_offsetTvrtko Ursulin2019-06-211-5/+0
* drm/i915: Rename i915_timeline to intel_timeline and move under gtTvrtko Ursulin2019-06-211-1/+1
* drm/i915: Move i915_gem_chipset_flush to intel_gtTvrtko Ursulin2019-06-211-8/+0
* drm/i915: Convert i915_gem_flush_ggtt_writes to intel_gtTvrtko Ursulin2019-06-211-2/+0
* drm/i915: Convert i915_gem_init_swizzling to intel_gtTvrtko Ursulin2019-06-211-1/+0
* drm/i915: Introduce struct intel_gt as replacement for anonymous i915->gtTvrtko Ursulin2019-06-211-32/+2