summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Update DRIVER_DATE to 20171023Jani Nikula2017-10-231-2/+2
* drm/i915: Parse DSI backlight/cabc ports.Madhav Chauhan2017-10-201-0/+2
* drm/i915: remove g4x lowfreq_avail and has_pipe_cxsrJani Nikula2017-10-191-2/+0
* drm/i915: adjust get_crtc_fence_y_offset() to use base.y instead of crtc.yJuha-Pekka Heikkila2017-10-181-0/+2
* drm/i915: move adjusted_x/y from crtc to cache.Juha-Pekka Heikkila2017-10-181-0/+8
* drm/i915: No need for RING_MAX_NONPRIV_SLOTS spaceOscar Mateo2017-10-171-7/+1
* drm/i915: Only free the oldest stale object before a fresh allocationChris Wilson2017-10-161-0/+1
* drm/i915: Move dev_priv->mm.[un]bound_list to its own lockChris Wilson2017-10-161-0/+3
* drm/i915: Refactor testing obj->mm.pagesChris Wilson2017-10-161-2/+8
* drm/i915/cnl: WaRsUseTimeoutModeRodrigo Vivi2017-10-161-0/+1
* 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
OpenPOWER on IntegriCloud