summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Verify GT workaround state after GPU initTvrtko Ursulin2018-12-041-0/+1
* drm/i915: Record GT workarounds in a listTvrtko Ursulin2018-12-041-0/+1
* drm/i915: Add HAS_DISPLAY() and use itJosé Roberto de Souza2018-12-031-5/+5
* drm/i915/vgpu: Disallow loading on old vGPU hostsChris Wilson2018-12-031-0/+14
* drm/i915: Mark up early pre-production KabylakesChris Wilson2018-11-281-0/+1
* drm/i915: Keep overlay functions naming consistentJosé Roberto de Souza2018-11-081-1/+1
* drm/i915: Move intel_init_ipc() call to i915_load_modeset_init()José Roberto de Souza2018-11-081-2/+2
* drm/i915: Move FBC init and cleanup calls to modeset functionsJosé Roberto de Souza2018-11-081-1/+0
* drm/i915: Move drm_vblank_init() to i915_load_modeset_init()José Roberto de Souza2018-11-081-12/+7
* drm/i915/icl: Fix DC9 Suspend for ICL.Anusha Srivatsa2018-11-011-1/+1
* drm/i915/icl: Enable DC9 as lowest possible state during screen-offAnimesh Manna2018-10-301-3/+17
* drm/i915: Stop calling intel_opregion unregister/register in suspend/resumeChris Wilson2018-10-301-7/+2
* drm/i915: Prefer IS_GEN<n> check with bitmask.Rodrigo Vivi2018-10-291-1/+1
* drm/i915: Don't apply the 16Gb DIMM wm latency w/a to BXT/GLKVille Syrjälä2018-10-241-7/+8
* drm/i915: Fix i915_driver_init_mmio error pathMichal Wajdeczko2018-10-111-0/+1
* drm/i915: fix wrong error number reportAndi Shyti2018-10-021-5/+7
* drm/i915: Remove i915.enable_ppgtt overrideChris Wilson2018-09-271-12/+10
* drm/i915: Convert to BITS_PER_TYPEChris Wilson2018-09-261-2/+2
* Merge drm/drm-next into drm-intel-next-queuedJani Nikula2018-09-261-4/+4
|\
| * Merge tag 'drm-misc-next-2018-09-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-09-201-4/+4
| |\
| | * drm/i915: Clear DRIVER_ATOMIC on a per-device basisVille Syrjälä2018-09-131-4/+4
* | | drm/i915/kbl+: Enable IPC only for symmetric memory configurationsMahesh Kumar2018-09-131-5/+22
* | | drm/i915: Implement 16GB dimm wa for latency level-0Mahesh Kumar2018-09-131-2/+31
* | | drm/i915/skl+: Decode memory bandwidth and parametersMahesh Kumar2018-09-131-4/+141
* | | drm/i915/bxt: Decode memory bandwidth and parametersMahesh Kumar2018-09-131-0/+117
|/ /
* | drm/i915: Move final cleanup of drm_i915_private to i915_driver_destroyChris Wilson2018-09-051-6/+13
* | drm/i915: Attach the pci match data to the device upon creationChris Wilson2018-09-051-28/+38
* | drm/i915: Verify power domains after enabling themImre Deak2018-08-201-0/+2
* | drm/i915: Refactor intel_display_set_init_power() logicImre Deak2018-08-161-35/+30
* | drm/i915: Introduce intel_runtime_pm_disable to pair intel_runtime_pm_enableChris Wilson2018-08-161-14/+7
* | drm/i915: Clear stop-engine for a pardoned resetChris Wilson2018-08-151-0/+1
* | drm/i915: Constify power well descriptorsImre Deak2018-08-081-1/+7
* | drm/i915: Rename intel_power_domains_fini() to intel_power_domains_fini_hw()Imre Deak2018-08-081-2/+2
* | drm/i915: Stop dropping irq around resetsChris Wilson2018-08-061-3/+0
* | drm/i915: kill resource streamer supportLucas De Marchi2018-08-061-1/+1
* | drm/i915: Fix typo in i915_drm_resume()Gwan-gyeong Mun2018-08-031-1/+1
* | Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi2018-07-231-4/+4
|\ \ | |/
| * Merge tag 'drm-intel-next-2018-07-19' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-07-201-20/+20
| |\
| * \ Merge tag 'drm-intel-next-2018-07-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-07-191-0/+6
| |\ \
| * \ \ Merge tag 'drm-intel-next-2018-06-20' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-06-281-30/+26
| |\ \ \
| * \ \ \ Merge tag 'drm-intel-next-2018-06-06' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-06-221-36/+47
| |\ \ \ \
| * \ \ \ \ Merge tag 'drm-intel-next-2018-05-14' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-05-161-3/+12
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2018-05-111-46/+52
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge tag 'drm-intel-next-2018-04-13' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-05-041-33/+33
| | |\ \ \ \ \ \
| * | | | | | | | drm/i915: Drop DRM_CONTROL_ALLOWDaniel Vetter2018-05-031-4/+4
* | | | | | | | | drm/i915: Only force GGTT coherency w/a on required chipsetsChris Wilson2018-07-201-0/+3
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | drm/i915: Nuke the LVDS lid notifierVille Syrjälä2018-07-191-10/+0
* | | | | | | | drm/i915: Remove pci private pointer after destroying the device privateChris Wilson2018-07-161-0/+1
* | | | | | | | drm/i915: Rewrite mst suspend/resume in terms of encodersVille Syrjälä2018-07-131-2/+2
* | | | | | | | drm/i915: Unwind HW init after GVT setup failureChris Wilson2018-07-101-3/+7
OpenPOWER on IntegriCloud