summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Suspend GuC prior to GPU Reset during GEM suspendSagar Arun Kamble2017-04-111-2/+0
* drm/i915: Always call i915_gem_reset_finish() following i915_gem_reset_prepare()Chris Wilson2017-03-141-1/+1
* drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters.Kenneth Graunke2017-03-141-3/+1
* drm/i915: Split GEM resetting into 3 phasesChris Wilson2017-03-141-1/+2
* Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds2017-02-231-109/+109
|\
| * Merge tag 'v4.10-rc8' into drm-nextDave Airlie2017-02-231-2/+4
| |\
| * | drm/i915: make intel_gvt_init() later instead of too earlyZhenyu Wang2017-02-071-7/+7
| * | drm/i915/get_params: Add HuC status to getparamsAnusha Srivatsa2017-01-191-0/+7
| * | drm/i915/huc: Add HuC fw loading supportAnusha Srivatsa2017-01-191-0/+3
| * | drm/i915: Detect a failed GPU reset+recoveryChris Wilson2017-01-181-1/+6
| * | drm/i915: Move engine reset preparation to i915_gem_reset_prepare()Chris Wilson2017-01-181-19/+2
| * | drm/i915/guc: Move GuC log related functions into dedicated fileMichal Wajdeczko2017-01-181-2/+2
| * | drm/i915: Update i915_reset parameter for kerneldocMichel Thierry2017-01-121-1/+1
| * | drm/i915: Include ioctl in set-tiling and get-tiling function namesChris Wilson2017-01-101-2/+2
| * | drm/i915/glk: Add missing bits to allow runtime pm suspend on GLK.Rodrigo Vivi2017-01-101-6/+6
| * | drm/i915: Revoke fenced GTT mmapings across GPU resetChris Wilson2017-01-041-1/+2
| * | drm/i915: Repeat flush of idle work during suspendChris Wilson2016-12-231-2/+1
| * | drm/i915: Use DRM_DEV_ERROR in i915_driver_loadTvrtko Ursulin2016-12-081-2/+1
| * | drm/i915/bxt: IPC WA for BroxtonMahesh Kumar2016-12-071-0/+2
| * | drm/i915: Protect DSPARB registers with a spinlockVille Syrjälä2016-12-071-0/+1
| * | drm/i915: rename BROADWATER and CRESTLINE to I965G and I965GM, respectivelyJani Nikula2016-12-071-1/+1
| * | drm/i915: make i915_suspend_switcheroo staticMatthew Auld2016-12-021-1/+1
| * | drm/i915: Make intel_pm_setup take dev_privTvrtko Ursulin2016-12-011-1/+1
| * | drm/i915: Make i915_save/restore_state and intel_i2c_reset take dev_privTvrtko Ursulin2016-12-011-2/+2
| * | drm/i915: Make i915_destroy_error_state take dev_privTvrtko Ursulin2016-12-011-1/+1
| * | drm/i915: Make gmbus setup take dev_privTvrtko Ursulin2016-12-011-2/+2
| * | drm/i915: Unexport VGA switcheroo functionsTvrtko Ursulin2016-12-011-1/+4
| * | drm/i915: dev_priv cleanup in bridge/bar/mmio init codeTvrtko Ursulin2016-12-011-28/+17
| * | drm/i915: More GEM init dev_priv cleanupTvrtko Ursulin2016-12-011-4/+4
| * | drm/i915: Make various init functions take dev_privTvrtko Ursulin2016-12-011-16/+15
| * | drm/i915/lspcon: Enable AUX interrupts for resume time initializationImre Deak2016-12-011-1/+4
| * | drm/i915: Remove dummy i915_kick_out_firmware_fbDaniel Vetter2016-11-301-7/+0
| * | drm/i915/guc: Init send_mutex in intel_uc_init_early()Arkadiusz Hiler2016-11-251-0/+2
| * | drm/i915: Pass dev_priv to intel_setup_outputs()Ander Conselvan de Oliveira2016-11-251-2/+2
| * | drm/i915: Disable hangcheck when wedgedChris Wilson2016-11-221-0/+2
| * | drm/i915: advertise available metrics via sysfsRobert Bragg2016-11-221-0/+5
| * | drm/i915: Add i915 perf infrastructureRobert Bragg2016-11-221-0/+4
* | | Merge tag 'sound-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-02-231-2/+2
|\ \ \ | |_|/ |/| |
| * | Merge branch 'for-linus' into for-nextTakashi Iwai2017-02-071-1/+1
| |\ \
| * | | drm/i915: setup bridge for HDMI LPE audio driverJerome Anand2017-01-251-2/+2
| | |/ | |/|
* | | drm/i915: Remove overzealous fence warn on runtime suspendChris Wilson2017-02-081-0/+1
* | | drm/i915: don't warn about Skylake CPU - KabyPoint PCH comboJani Nikula2017-02-081-1/+2
| |/ |/|
* | drm/i915: Don't init hpd polling for vlv and chv from runtime_suspend()Ander Conselvan de Oliveira2017-01-251-1/+1
|/
* drm/i915: dev_priv cleanup in intel_display.cTvrtko Ursulin2016-11-171-1/+1
* drm/i915: dev_priv cleanup in i915_gem_gtt.cTvrtko Ursulin2016-11-171-1/+1
* drm/i915: dev_priv and a small cascade of cleanups in i915_gem.cTvrtko Ursulin2016-11-171-1/+1
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-11-171-2/+0
|\
| * Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-11-111-2/+0
| |\
| | * drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula2016-11-021-2/+0
* | | drm/i915/scheduler: Signal the arrival of a new requestChris Wilson2016-11-141-0/+4
OpenPOWER on IntegriCloud