summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_drv.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-21drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson1-3/+3
2018-02-15drm/i915: Store platform_mask inside the static device infoChris Wilson1-2/+0
2018-02-15drm/i915: Store gen_mask inside the static device infoChris Wilson1-2/+0
2018-02-14drm/i915: Add intel_bios_cleanup() functionHans de Goede1-13/+1
2018-02-13drm/i915: have virtual PCH detection return a PCH idJani Nikula1-31/+35
2018-02-13drm/i915: abstract virtual PCH id detectionJani Nikula1-7/+12
2018-02-13drm/i915: abstract PCH type detection from PCH idJani Nikula1-75/+73
2018-02-12drm/i915: Move the final intel_gpu_reset() to after declaring wedgedChris Wilson1-1/+1
2018-02-09drm/i915: Give all ioctl functions an _ioctl suffixVille Syrjälä1-7/+7
2018-02-08drm/i915: Add missing kerneldoc for 'ent' in i915_driver_init_earlyChris Wilson1-0/+1
2018-02-08drm/i915: Move the scheduler feature bits into the purview of the enginesChris Wilson1-7/+1
2018-02-07drm/i915: Tidy up some error messages around reset failureChris Wilson1-2/+4
2018-02-02drm/i915: reduce indent in pch detectionJani Nikula1-93/+96
2018-02-02drm/i915: Enable inject_load_failure only in DEBUG configMichal Wajdeczko1-0/+6
2018-01-24drm/i915/guc: Fix lockdep due to log relay channel handling under struct_mutexSagar Arun Kamble1-1/+1
2018-01-24drm/i915/guc: Enable interrupts before resuming GuC during runtime resumeSagar Arun Kamble1-4/+9
2018-01-19drm/i915/icp: Add the ID for ICL PCH - ICPAnusha Srivatsa1-0/+4
2018-01-16drm/i915: Always call to intel_display_set_init_power() in resume_early.Maarten Lankhorst1-0/+2
2017-12-22drm/i915: Dump device info at onceMichal Wajdeczko1-16/+17
2017-12-22drm/i915: Add pretty printer for runtime part of intel_device_infoMichal Wajdeczko1-0/+5
2017-12-22drm/i915: Update intel_device_info_runtime_init() parameterMichal Wajdeczko1-1/+1
2017-12-19drm/i915: Convert intel_device_info_dump into pretty printerMichal Wajdeczko1-1/+5
2017-12-18drm/i915: Re-enable GGTT earlier after GPU resetChris Wilson1-3/+3
2017-12-16drm/i915: Skip an engine reset if it recovered before our preparationsChris Wilson1-7/+7
2017-12-14drm/i915/guc: Extract guc_init from guc_init_hwMichał Winiarski1-0/+1
2017-12-14drm/i915/guc: Move GuC workqueue allocations outside of the mutexMichał Winiarski1-0/+1
2017-12-13drm/i915: Print an error message for a reset failure on gen2Chris Wilson1-1/+4
2017-12-12drm/i915: make mappable struct resource centricMatthew Auld1-1/+1
2017-12-08Merge airlied/drm-next into drm-intel-next-queuedRodrigo Vivi1-1/+1
2017-12-08Merge tag 'drm-intel-next-2017-12-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-26/+41
2017-12-06drm/i915: Taint (TAINT_WARN) the kernel if the GPU reset failsChris Wilson1-3/+17
2017-12-04Merge tag 'drm-intel-next-2017-11-17-1' of git://anongit.freedesktop.org/drm/...Dave Airlie1-21/+31
2017-12-01drm/i915: Remove unsafe i915.enable_rc6Chris Wilson1-1/+1
2017-12-01drm/i915: Sleep and retry a GPU reset if at first we don't succeedChris Wilson1-5/+15
2017-11-28Merge tag 'drm-for-v4.15-part2-fixes' of git://people.freedesktop.org/~airlie...Linus Torvalds1-0/+3
2017-11-28drm/i915: Enable hotplug polling after registering the outputsChris Wilson1-2/+14
2017-11-27drm/i915: Rename shrinker init/cleanup to match driver initialisation phaseChris Wilson1-2/+2
2017-11-22drm/i915/pmu: Expose a PMU interface for perf queriesTvrtko Ursulin1-0/+3
2017-11-21drm/i915: Fix init_clock_gating for resumeVille Syrjälä1-0/+1
2017-11-21drm/i915: Re-register PMIC bus access notifier on runtime resumeHans de Goede1-0/+2
2017-11-21drm/i915: Remove i915.semaphores modparamChris Wilson1-6/+1
2017-11-21drm/i915: Remove i915.enable_execlists module parameterChris Wilson1-7/+1
2017-11-20drm/i915/perf: reuse timestamp frequency from device infoLionel Landwerlin1-3/+4
2017-11-20drm/i915: Fix init_clock_gating for resumeVille Syrjälä1-0/+1
2017-11-17drm/i915: Add a policy note for removing workaroundsChris Wilson1-0/+5
2017-11-16Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-32/+61
2017-11-15drm/i915: Call uncore_suspend before platform suspend handlersHans de Goede1-2/+4
2017-11-15drm/i915: Re-register PMIC bus access notifier on runtime resumeHans de Goede1-0/+2
2017-11-15drm/i915: Resume GuC before using GEMChris Wilson1-2/+0
2017-11-14drm/i915: fix 64bit divideLionel Landwerlin1-1/+1