summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Reboot CI if forcewake failsChris Wilson2019-05-081-0/+11
* drm/i915: Kill PCH_KBPVille Syrjälä2019-05-071-3/+1
* drm/i915: Remove delay for idle_workChris Wilson2019-05-071-1/+1
* drm/i915: extract intel_gmbus.h from i915_drv.h and rename intel_i2c.cJani Nikula2019-05-031-17/+0
* drm/i915: move more generic utils to i915_utils.hJani Nikula2019-05-031-44/+0
* drm/i915: move i915_vgacntrl_reg() where neededJani Nikula2019-05-031-10/+0
* drm/i915: extract i915_debugfs.h from i915_drv.hJani Nikula2019-05-031-12/+0
* drm/i915: extract intel_acpi.h from i915_drv.hJani Nikula2019-05-031-9/+0
* drm/i915: extract intel_lpe_audio.h from i915_drv.hJani Nikula2019-05-031-8/+0
* drm/i915: extract intel_dpio_phy.h from i915_drv.hJani Nikula2019-05-031-41/+0
* drm/i915/csr: move CSR version macros to intel_csr.hJani Nikula2019-05-031-4/+0
* drm/i915: Complete both freed-object passes before draining the workqueueChris Wilson2019-05-011-3/+3
* drm/i915: Move the engine->destroy() vfunc onto the engineChris Wilson2019-05-011-6/+0
* drm/i915: extract intel_combo_phy.h from i915_drv.hJani Nikula2019-04-301-6/+0
* drm/i915: move some leftovers to intel_pm.h from i915_drv.hJani Nikula2019-04-301-13/+0
* drm/i915: extract intel_runtime_pm.h from intel_drv.hJani Nikula2019-04-301-0/+1
* drm/i915: extract intel_vdsc.h from intel_drv.h and i915_drv.hJani Nikula2019-04-301-3/+0
* drm/i915: extract intel_overlay.h from intel_drv.h and i915_drv.hJani Nikula2019-04-301-6/+0
* drm/i915: extract intel_bios.h functions from i915_drv.hJani Nikula2019-04-301-16/+0
* drm/i915: extract intel_hotplug.h from intel_drv.h and i915_drv.hJani Nikula2019-04-301-11/+0
* drm/i915: extract i915_irq.h from intel_drv.h and i915_drv.hJani Nikula2019-04-301-62/+0
* drm/i915: Move sandybride pcode access to intel_sideband.cChris Wilson2019-04-261-10/+0
* drm/i915: Separate sideband declarations to intel_sideband.hChris Wilson2019-04-261-120/+0
* drm/i915: Replace pcu_lock with sb_lockChris Wilson2019-04-261-8/+2
* drm/i915: Lift acquiring the vlv punit magic to a common sb-getChris Wilson2019-04-261-15/+109
* drm/i915: Disable preemption and sleeping while using the punit sidebandChris Wilson2019-04-261-0/+1
* drm/i915: Invert the GEM wakeref hierarchyChris Wilson2019-04-241-2/+6
* drm/i915: Pull the GEM powermangement coupling into its own fileChris Wilson2019-04-241-5/+7
* drm/i915: Introduce struct intel_wakerefChris Wilson2019-04-241-2/+1
* drm/i915: Move GraphicsTechnology files under gt/Chris Wilson2019-04-241-3/+4
* drm/i915: Store the default sseu setup on the engineChris Wilson2019-04-241-14/+0
* drm/i915: Start writeback from the shrinkerChris Wilson2019-04-201-6/+7
* drm/i915: Track HAS_RPS alongside HAS_RC6 in the device infoChris Wilson2019-04-191-0/+2
* drm/i915: Update DRIVER_DATE to 20190417Joonas Lahtinen2019-04-171-2/+2
* drm/i915: Only reset the pinned kernel contexts on resumeChris Wilson2019-04-101-1/+0
* drm/i915: make intel_frontbuffer.h self-containedJani Nikula2019-04-081-9/+2
* drm/i915: Mark GEM wedged right after marking device unpluggedJanusz Krzysztofik2019-04-061-0/+1
* drm/i915: Update DRIVER_DATE to 20190404Joonas Lahtinen2019-04-041-2/+2
* drm/i915: Skip modeset for cdclk changes if possibleVille Syrjälä2019-04-031-1/+2
* drm/i915: Force 2*96 MHz cdclk on glk/cnl when audio power is enabledVille Syrjälä2019-04-031-0/+3
* drm/i915: Move intel_engine_mask_t around for use by i915_request_types.hChris Wilson2019-04-021-1/+0
* drm/i915: Introduce concept of a sub-platformTvrtko Ursulin2019-04-011-37/+86
* drm/i915: Remove redundant device id from IS_IRONLAKE_M macroTvrtko Ursulin2019-04-011-2/+5
* drm/i915: Split Pineview device info into desktop and mobileTvrtko Ursulin2019-04-011-2/+0
* drm/i915: move the edram detection out of uncore initDaniele Ceraolo Spurio2019-03-291-3/+6
* drm/i915: Turn intel_color_check() into a vfuncVille Syrjälä2019-03-281-0/+1
* drm/i915: Update DRIVER_DATE to 20190328Joonas Lahtinen2019-03-281-1/+1
* drm/i915: Update DRIVER_DATE to 20190328Joonas Lahtinen2019-03-281-1/+1
* drm/i915: Update DRIVER_DATE to 20190328Joonas Lahtinen2019-03-281-2/+2
* drm/i915: Adding missing '; ' to ENGINE_INSTANCESChris Wilson2019-03-261-1/+1