summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Prepare GEM for suspend earlierChris Wilson2018-05-251-10/+37
* drm/i915: Don't request a bug report for unsafe module parametersChris Wilson2018-05-081-1/+7
* drm/i915: Silence debugging DRM_ERROR for failing to suspend vlv powerwellsChris Wilson2018-05-031-2/+5
* Merge drm/drm-next into drm-intel-next-queuedJani Nikula2018-05-021-1/+4
|\
| * Merge tag 'drm-fixes-for-v4.17-rc2' of git://people.freedesktop.org/~airlied/...Linus Torvalds2018-04-231-12/+15
| |\
| | * drm/i915: Call i915_perf_fini() on init_hw error unwindChris Wilson2018-04-181-12/+15
| * | Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-071-1/+4
| |\ \ | | |/ | |/|
| | * drm/i915: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-02-161-1/+4
| | * drm/i915: Always call to intel_display_set_init_power() in resume_early.Maarten Lankhorst2018-02-011-0/+2
| * | drm/i915: Fix hibernation with ACPI S0 target stateImre Deak2018-03-271-12/+10Star
* | | drm/i915: Call i915_perf_fini() on init_hw error unwindChris Wilson2018-04-141-12/+15
* | | drm/i915: Pass the set of guilty engines to i915_reset()Chris Wilson2018-04-071-5/+8
* | | drm/i915: Treat i915_reset_engine() as guilty until proven innocentChris Wilson2018-04-071-1/+1
* | | drm/i915/selftests: Avoid repeatedly harming the same innocent contextChris Wilson2018-04-061-0/+3
* | | drm/i915: Fix hibernation with ACPI S0 target stateImre Deak2018-03-231-12/+10Star
* | | drm/i915/uc: Fetch uC firmware in init_earlyMichal Wajdeczko2018-03-231-6/+2Star
* | | drm/i915: Reorder early initializationMichal Wajdeczko2018-03-231-9/+8Star
* | | drm/i915/huc: Check HuC status in dedicated functionMichal Wajdeczko2018-03-211-3/+3
* | | drm/i915: Add control flags to i915_handle_error()Chris Wilson2018-03-201-9/+8Star
* | | drm/i915/icl: Check for fused-off VDBOX and VEBOX instancesOscar Mateo2018-03-201-0/+4
* | | drm/i915/guc: Split relay control and GuC log levelMichał Winiarski2018-03-191-4/+0Star
* | | drm/i915: Stop engines when declaring the machine wedgedChris Wilson2018-03-161-1/+0Star
* | | drm/i915: Implement dynamic GuC WOPCM offset and size calculationJackie Li2018-03-141-0/+1
* | | drm/i915/uc: Sanitize uC options earlyMichal Wajdeczko2018-03-121-2/+0Star
* | | drm/i915/guc: Create common entry points for log register/unregisterMichał Winiarski2018-03-091-2/+4
|/ /
* | drm/i915: add query uAPILionel Landwerlin2018-03-081-0/+2
* | drm/i915: store all subslice masksLionel Landwerlin2018-03-081-1/+1
* | drm/i915/uc: Introduce intel_uc_suspend|resumeMichal Wajdeczko2018-03-031-3/+3
* | drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson2018-02-211-3/+3
* | drm/i915: Store platform_mask inside the static device infoChris Wilson2018-02-151-2/+0Star
* | drm/i915: Store gen_mask inside the static device infoChris Wilson2018-02-151-2/+0Star
* | drm/i915: Add intel_bios_cleanup() functionHans de Goede2018-02-141-13/+1Star
* | drm/i915: have virtual PCH detection return a PCH idJani Nikula2018-02-131-31/+35
* | drm/i915: abstract virtual PCH id detectionJani Nikula2018-02-131-7/+12
* | drm/i915: abstract PCH type detection from PCH idJani Nikula2018-02-131-75/+73Star
* | drm/i915: Move the final intel_gpu_reset() to after declaring wedgedChris Wilson2018-02-121-1/+1
* | drm/i915: Give all ioctl functions an _ioctl suffixVille Syrjälä2018-02-091-7/+7
* | drm/i915: Add missing kerneldoc for 'ent' in i915_driver_init_earlyChris Wilson2018-02-081-0/+1
* | drm/i915: Move the scheduler feature bits into the purview of the enginesChris Wilson2018-02-081-7/+1Star
* | drm/i915: Tidy up some error messages around reset failureChris Wilson2018-02-071-2/+4
* | drm/i915: reduce indent in pch detectionJani Nikula2018-02-021-93/+96
* | drm/i915: Enable inject_load_failure only in DEBUG configMichal Wajdeczko2018-02-021-0/+6
* | drm/i915/guc: Fix lockdep due to log relay channel handling under struct_mutexSagar Arun Kamble2018-01-241-1/+1
* | drm/i915/guc: Enable interrupts before resuming GuC during runtime resumeSagar Arun Kamble2018-01-241-4/+9
* | drm/i915/icp: Add the ID for ICL PCH - ICPAnusha Srivatsa2018-01-191-0/+4
* | drm/i915: Always call to intel_display_set_init_power() in resume_early.Maarten Lankhorst2018-01-161-0/+2
|/
* drm/i915: Dump device info at onceMichal Wajdeczko2017-12-221-16/+17
* drm/i915: Add pretty printer for runtime part of intel_device_infoMichal Wajdeczko2017-12-221-0/+5
* drm/i915: Update intel_device_info_runtime_init() parameterMichal Wajdeczko2017-12-221-1/+1
* drm/i915: Convert intel_device_info_dump into pretty printerMichal Wajdeczko2017-12-191-1/+5