summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-05drm/i915: add missing error capturing of the PIPESTAT regImre Deak3-4/+5
2014-05-05drm/i915: gen2: move error capture of IER to its correct placeImre Deak1-4/+4
2014-05-05drm/i915: get a runtime PM ref for the deferred GPU reset workImre Deak1-0/+10
2014-05-05drm/i915: Validate VBT header before trusting itChris Wilson1-18/+50
2014-05-05drm/i915: Validate BDB section before readingChris Wilson1-1/+7
2014-05-05drm/i915: get a runtime PM ref for the deferred GT powersave enablingImre Deak3-3/+38
2014-05-05drm/i915: move getting struct_mutex lower in the callstack during GPU resetImre Deak2-4/+3
2014-05-05drm/i915: get a runtime PM ref for debugfs entries where neededImre Deak2-0/+14
2014-05-05drm/i915: remove the i915_dpio debugfs entryImre Deak1-48/+0
2014-05-05drm/i915: fix the RC6 status debug printImre Deak1-1/+7
2014-05-05drm/i915: vlv: add RC6 residency countersImre Deak2-0/+8
2014-05-05drm/i915: vlv: clear master interrupt flag when disabling interruptsImre Deak1-0/+2
2014-05-05drm/i915: vlv: clean up GTLC wake control/status register macrosImre Deak2-4/+11
2014-05-05drm/i915: Use the coarse ping-pong mechanism based on drm fd to dispatch the ...Zhao Yakui3-1/+45
2014-05-05drm/i915:Add the VCS2 switch in Intel_ring_setup_status_pageZhao Yakui1-0/+5
2014-05-05drm/i915:Handle the irq interrupt for the second BSD ringZhao Yakui1-1/+4
2014-05-05drm/i915:Initialize the second BSD ring on BDW GT3 machineZhao Yakui7-4/+95
2014-05-05drm/i915: Update the restrict check to filter out wrong Ring ID passed by use...Zhao Yakui2-1/+2
2014-05-05drm/i915: Split the BDW device definition to prepare for dual BSD rings on BD...Zhao Yakui2-7/+41
2014-05-05drm/i915: Catch dirt in unused execbuffer fieldsDaniel Vetter1-0/+10
2014-05-05drm/i915: Catch abuse of I915_EXEC_CONSTANTS_*Daniel Vetter1-4/+12
2014-05-05drm/i915: Catch abuse of I915_EXEC_GEN7_SOL_RESETDaniel Vetter1-2/+4
2014-05-05drm/i915: Include a little more information about why ring init failsChris Wilson1-6/+5
2014-05-05drm/i915: Mark device as wedged if we fail to resumeChris Wilson1-4/+5
2014-05-05drm/i915: Allow the module to load even if we fail to setup ringsChris Wilson1-13/+12
2014-05-05drm/i915: Preserve ring buffers objects across resumeChris Wilson3-84/+105
2014-05-05drm/i915: Replace hardcoded cacheline size with macroChris Wilson1-13/+21
2014-05-05drm/i915: remove unexplained vblank wait in the DP off codeJesse Barnes1-3/+0
2014-05-01Merge branch 'drm-init-cleanup' of git://people.freedesktop.org/~danvet/drm i...Dave Airlie30-267/+158
2014-05-01Merge branch 'drm-coverity-fixes' of git://people.freedesktop.org/~danvet/drm...Dave Airlie8-25/+14
2014-05-01drm: qxl: Remove unused device pointerChristian Engelmayer1-6/+0
2014-05-01drm: try harder to avoid regression when merging mode bitsDave Airlie6-26/+57
2014-05-01Merge tag 'drm-intel-next-2014-04-16' of git://anongit.freedesktop.org/drm-in...Dave Airlie42-1013/+2317
2014-04-30ARC: !PREEMPT: Ensure Return to kernel mode is IRQ safeVineet Gupta1-3/+5
2014-04-30Merge tag 'sound-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds16-40/+52
2014-04-30drm/i915: don't try DP_LINK_BW_5_4 on HSW ULXPaulo Zanoni3-3/+7
2014-04-29Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds24-56/+166
2014-04-30drm/exynos: use %pad for dma_addr_tJingoo Han2-2/+2
2014-04-30drm/exynos: dsi: use IS_ERR() to check devm_ioremap_resource() resultsJingoo Han1-2/+2
2014-04-30MAINTAINERS: update maintainer entry for Exynos DP driverJingoo Han1-0/+6
2014-04-30drm/exynos: balance framebuffer refcountAndrzej Hajda1-0/+1
2014-04-30Merge branch 'vmwgfx-fixes-3.15' of git://people.freedesktop.org/~thomash/lin...Dave Airlie1-0/+22
2014-04-29ALSA: hda - Suppress CORBRP clear on Nvidia controller chipsTakashi Iwai3-17/+21
2014-04-29drm/i915: Sanitize the enable_ppgtt module option onceDaniel Vetter1-7/+25
2014-04-29drm: Make drm_crtc_helper_disable() return voidThierry Reding1-4/+3
2014-04-29drm: Fix indentation of closing braceThierry Reding1-1/+1
2014-04-29drm/dp: Fix typo in commentThierry Reding1-1/+1
2014-04-29drm: Fixup flip-work kerneldocThierry Reding1-0/+1
2014-04-29drm/fb: Fix typosThierry Reding1-3/+3
2014-04-29drm/edid: Cleanup kerneldocThierry Reding1-49/+79