summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-05-05drm/i915: vlv: increase timeout when forcing on the GFX clockImre Deak1-2/+2
2014-05-05drm/i915: vlv: factor out vlv_force_gfx_clock and check for pending force-offImre Deak3-14/+40
2014-05-05drm/i915: vlv: setup RPS min/max frequencies once during init timeImre Deak1-25/+41
2014-05-05drm/i915: reinit GT power save during resumeImre Deak1-0/+7
2014-05-05drm/i915: make runtime PM swizzling/ring_freq init platform independentImre Deak2-4/+3
2014-05-05drm/i915: factor out gen6_update_ring_freqImre Deak3-7/+15
2014-05-05drm/i915: make runtime PM interrupt enable/disable platform independentImre Deak2-11/+5
2014-05-05drm/i915: disable runtime PM if RC6 is disabledImre Deak2-1/+13
2014-05-05drm/i915: sanitize enable_rc6 optionImre Deak1-3/+27
2014-05-05drm/i915: fix unbalanced GT powersave enable / disable callsImre Deak1-1/+1
2014-05-05drm/i915: vlv: check port power domain instead of only D0 for eDP VDD onImre Deak1-1/+5
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 Yakui1-2/+24
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 Airlie28-233/+149
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 Airlie4-25/+52
2014-05-01Merge tag 'drm-intel-next-2014-04-16' of git://anongit.freedesktop.org/drm-in...Dave Airlie40-1012/+2315
2014-04-30Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds23-56/+160
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-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-29Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds5-3/+81