summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Update DRIVER_DATE to 20171012Jani Nikula2017-10-121-2/+2
* drm/i915: Introduce separate status variable for RC6 and LLC ring frequency s...Sagar Arun Kamble2017-10-111-0/+10
* drm/i915: Name structure in dev_priv that contains RPS/RC6 state as "gt_pm"Sagar Arun Kamble2017-10-111-5/+9
* drm/i915: Move rps.hw_lock to dev_priv and s/hw_lock/pcu_lockSagar Arun Kamble2017-10-111-8/+8
* drm/i915: Name i915_runtime_pm structure in dev_priv as "runtime_pm"Sagar Arun Kamble2017-10-111-1/+1
* drm/i915: s/sg_mask/sg_page_sizes/Matthew Auld2017-10-091-1/+1
* drm/i915: Consolidate get_fence with pin_fenceChris Wilson2017-10-091-2/+0
* drm/i915: introduce page_size membersMatthew Auld2017-10-071-1/+21
* drm/i915: introduce page_sizes field to dev_infoMatthew Auld2017-10-071-0/+2
* drm/i915: introduce simple gemfsMatthew Auld2017-10-071-0/+5
* drm/i915/execlists: Keep request->priority for its lifetimeChris Wilson2017-10-041-0/+2
* drm/i915: Introduce a preempt contextChris Wilson2017-10-041-1/+5
* drm/i915: Update DRIVER_DATE to 20170929Jani Nikula2017-09-291-2/+2
* Merge drm-upstream/drm-next into drm-intel-next-queuedJani Nikula2017-09-281-2/+2
|\
| * Merge tag 'drm-intel-next-2017-09-07' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-09-281-21/+42
| |\
| * \ Merge tag 'drm-misc-next-2017-09-20' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-09-281-2/+1
| |\ \
| | * | drm/i915: Always wait for flip_done, v2.Maarten Lankhorst2017-09-081-2/+1
| * | | Merge tag 'drm-intel-next-fixes-2017-09-07' of git://anongit.freedesktop.org/...Linus Torvalds2017-09-071-0/+3
| |\ \ \
| | * | | drm/i915: Recreate vmapping even when the object is pinnedChris Wilson2017-08-301-0/+3
| * | | | drm/i915: wire up shrinkctl->nr_scannedChris Wilson2017-09-061-0/+1
| |/ / /
* | | | drm/i915: Allow optimized platform checksTvrtko Ursulin2017-09-281-1/+2
* | | | drm/i915: Compact device info access by a small re-orderingTvrtko Ursulin2017-09-261-7/+13
* | | | drm/i915: Add IS_PLATFORM macroTvrtko Ursulin2017-09-261-25/+27
* | | | drm/i915: Don't rmw PIPESTAT enable bitsVille Syrjälä2017-09-251-0/+2
* | | | drm/i915: Make execlist port count variableMika Kuoppala2017-09-251-1/+2
* | | | drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko2017-09-221-5/+5
* | | | drm/i915/perf: add support for Coffeelake GT2Lionel Landwerlin2017-09-181-0/+2
* | | | drm/i915: Reinstate GMBUS and AUX interrupts on gen4/g4xVille Syrjälä2017-09-151-3/+5
* | | | drm/i915: Introduce private PAT managementZhi Wang2017-09-141-0/+2
* | | | drm/i915: Introduce INTEL_GEN_MASKJoonas Lahtinen2017-09-141-12/+10
* | | | drm/i915/execlists: Read the context-status HEAD from the HWSPChris Wilson2017-09-131-0/+8
* | | | drm/i915: Squelch smatch warning for statement with no effectChris Wilson2017-09-131-4/+4
* | | | drm/i915/psr: Add enable_source vfunc.Rodrigo Vivi2017-09-111-0/+2
* | | | drm/i915/psr: Add enable_sink vfunc.Rodrigo Vivi2017-09-111-0/+1
* | | | drm/i915/psr: Add setup VSC vfunc.Rodrigo Vivi2017-09-111-0/+1
* | | | drm/i915/psr: Add activate vfunc.Rodrigo Vivi2017-09-111-0/+1
* | | | drm/i915/psr: vfunc for disabling source.Rodrigo Vivi2017-09-111-0/+3
* | | | drm/i915/gen9+: Add has_ipc flag in device info structureMahesh Kumar2017-09-071-1/+4
* | | | drm/i915/skl+: Optimize WM calculationKumar, Mahesh2017-09-071-0/+14
* | | | drm/i915: Fixed point fixed16 wrapper cleanupKumar, Mahesh2017-09-071-7/+7
* | | | drm/i915: Use __sg_alloc_table_from_pages for userptr allocationsTvrtko Ursulin2017-09-071-0/+15
| |_|/ |/| |
* | | drm/i915: Update DRIVER_DATE to 20170907Jani Nikula2017-09-071-2/+2
* | | drm/i915: Disable MI_STORE_DATA_IMM for i915g/i915gmChris Wilson2017-09-061-7/+0
* | | drm/i915: Add interface to reserve fence registers for vGPUChangbin Du2017-09-041-0/+3
* | | drm/i915: rework IS_*_GT* macrosLionel Landwerlin2017-09-011-10/+9
* | | drm/i915: add GT number to intel_device_infoLionel Landwerlin2017-09-011-0/+1
* | | drm/i915: Eliminate obj->state usage in g4x/vlv/chv wm computationVille Syrjälä2017-08-311-0/+9
* | | drm/i915: Track minimum acceptable cdclk instead of "minimum dotclock"Ville Syrjälä2017-08-311-1/+11
* | | drm/i915: Recreate vmapping even when the object is pinnedChris Wilson2017-08-291-0/+3
* | | drm/i915: Fix FBC cfb stride programming for non X-tiled FBPraveen Paneri2017-08-251-0/+1
OpenPOWER on IntegriCloud