aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-05drm/i915: Record GT workarounds in a listTvrtko Ursulin1-0/+1
2018-11-06drm/i915: Don't apply the 16Gb DIMM wm latency w/a to BXT/GLKVille Syrjälä1-7/+8
2018-09-28Merge tag 'drm-intel-next-2018-09-21' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-0/+300
2018-09-20Merge tag 'drm-misc-next-2018-09-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-4/+4
2018-09-13drm/i915/kbl+: Enable IPC only for symmetric memory configurationsMahesh Kumar1-5/+22
2018-09-13drm/i915: Implement 16GB dimm wa for latency level-0Mahesh Kumar1-2/+31
2018-09-13drm/i915/skl+: Decode memory bandwidth and parametersMahesh Kumar1-4/+141
2018-09-13drm/i915/bxt: Decode memory bandwidth and parametersMahesh Kumar1-0/+117
2018-09-13drm/i915: Clear DRIVER_ATOMIC on a per-device basisVille Syrjälä1-4/+4
2018-09-05drm/i915: Move final cleanup of drm_i915_private to i915_driver_destroyChris Wilson1-6/+13
2018-09-05drm/i915: Attach the pci match data to the device upon creationChris Wilson1-28/+38
2018-08-20drm/i915: Verify power domains after enabling themImre Deak1-0/+2
2018-08-16drm/i915: Refactor intel_display_set_init_power() logicImre Deak1-35/+30
2018-08-16drm/i915: Introduce intel_runtime_pm_disable to pair intel_runtime_pm_enableChris Wilson1-14/+7
2018-08-15drm/i915: Clear stop-engine for a pardoned resetChris Wilson1-0/+1
2018-08-08drm/i915: Constify power well descriptorsImre Deak1-1/+7
2018-08-08drm/i915: Rename intel_power_domains_fini() to intel_power_domains_fini_hw()Imre Deak1-2/+2
2018-08-06drm/i915: Stop dropping irq around resetsChris Wilson1-3/+0
2018-08-06drm/i915: kill resource streamer supportLucas De Marchi1-1/+1
2018-08-03drm/i915: Fix typo in i915_drm_resume()Gwan-gyeong Mun1-1/+1
2018-07-23Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi1-4/+4
2018-07-20drm/i915: Only force GGTT coherency w/a on required chipsetsChris Wilson1-0/+3
2018-07-20Merge tag 'drm-intel-next-2018-07-19' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-20/+20
2018-07-19drm/i915: Nuke the LVDS lid notifierVille Syrjälä1-10/+0
2018-07-19Merge tag 'drm-intel-next-2018-07-09' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-0/+6
2018-07-16drm/i915: Remove pci private pointer after destroying the device privateChris Wilson1-0/+1
2018-07-13drm/i915: Rewrite mst suspend/resume in terms of encodersVille Syrjälä1-2/+2
2018-07-10drm/i915: Unwind HW init after GVT setup failureChris Wilson1-3/+7
2018-07-10drm/i915: Cleanup modesetting on load-error pathChris Wilson1-1/+3
2018-07-10drm/i915: Remove function details from device error messagesChris Wilson1-4/+7
2018-06-28Merge tag 'drm-intel-next-2018-06-20' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-30/+26
2018-06-22Merge tag 'drm-intel-next-2018-06-06' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-36/+47
2018-06-21drm/i915: remove check for aux irqLucas De Marchi1-0/+6
2018-06-18drm/i915: Fix fallout of fake reset along resumeChris Wilson1-0/+2
2018-06-14drm/i915: Move GEM sanitize from resume_early to resumeChris Wilson1-2/+2
2018-06-11drm/i915: Squash GEM load failure message (again)Chris Wilson1-14/+6
2018-06-11drm/i915: fix PCH_NOP setting for non-PCH platformsJani Nikula1-8/+11
2018-06-11drm/i915: clean up virtual PCH special case handlingJani Nikula1-7/+6
2018-06-11drm/i915: fix guest virtual PCH detection on non-PCH systemsJani Nikula1-1/+1
2018-06-06drm/i915: Mark i915.inject_load_failure as being hitChris Wilson1-5/+5
2018-06-04drm/i915: Move i915_gem_fini to i915_gem.cMichal Wajdeczko1-22/+0
2018-06-01drm/i915/icl: Add Icelake PCH detectionAnusha Srivatsa1-0/+2
2018-05-31drm/i915: Only sanitize GEM from late suspendChris Wilson1-1/+5
2018-05-25drm/i915: Prepare GEM for suspend earlierChris Wilson1-10/+37
2018-05-16Merge tag 'drm-intel-next-2018-05-14' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-3/+12
2018-05-11Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-46/+52
2018-05-08drm/i915: Don't request a bug report for unsafe module parametersChris Wilson1-1/+7
2018-05-04Merge tag 'drm-intel-next-2018-04-13' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-33/+33
2018-05-03drm/i915: Drop DRM_CONTROL_ALLOWDaniel Vetter1-4/+4
2018-05-03drm/i915: Silence debugging DRM_ERROR for failing to suspend vlv powerwellsChris Wilson1-2/+5