summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2014-11-14drm/i915: restore RSTDBYCTL only on non-KMS pathsJani Nikula1-2/+2
2014-11-14drm/i915/vlv: don't save panel power sequencer registers on suspendJani Nikula1-2/+1
2014-11-14drm/i915: Wait thread status on gen8+ fw sequenceMika Kuoppala1-2/+1
2014-11-14drm/i915: Initialize workarounds in logical ring mode tooMichel Thierry4-5/+54
2014-11-14drm/i915: Read the CCK fuse register from CCKVille Syrjälä1-1/+4
2014-11-14drm/i915: Add the predicate source registers to the register whitelistNeil Roberts2-1/+7
2014-11-14drm/i915: update pipe size at set_config timeJesse Barnes1-2/+2
2014-11-14drm/i915: check for audio and infoframe changes across mode sets v2Jesse Barnes1-1/+11
2014-11-14drm/i915/hdmi: fetch infoframe status in get_config v2Jesse Barnes3-0/+70
2014-11-14drm/i915: use compute_config in set_config v4Jesse Barnes1-2/+18
2014-11-14drm/i915: factor out compute_config from __intel_set_mode v3Jesse Barnes1-31/+74
2014-11-14drm/i915: Remove most INVALID_PIPE checks from the backlight codeVille Syrjälä1-5/+9
2014-11-14drm/i915: Register the backlight device after the modeset initVille Syrjälä3-7/+33
2014-11-14drm/i915: Pass the current pipe from eDP init to backlight setupVille Syrjälä5-18/+41
2014-11-14drm/i915: Don't deref NULL crtc in intel_get_pipe_from_connector()Ville Syrjälä1-1/+1
2014-11-14drm/i915: Skip .get_backlight() when backlight isn't enabledVille Syrjälä1-3/+6
2014-11-14drm/i915: Warn if trying to poke a VLV backlight on invalid pipeVille Syrjälä1-0/+12
2014-11-14drm/i915: Make the physical object coherent with GTTChris Wilson3-67/+149
2014-11-14drm/i915: WARN if we receive any gen9 rps interruptsImre Deak1-0/+5
2014-11-14drm/i915: move rps irq enable/disable to i915_irq.cImre Deak3-41/+43
2014-11-14drm/i915: unify gen6/gen8 rps irq enable/disableImre Deak1-38/+15
2014-11-14drm/i915: unify gen6/gen8 rps irq handlerImre Deak1-14/+6
2014-11-14drm/i915: unify gen6/gen8 pm irq helpersImre Deak3-52/+11
2014-11-14drm/i915/chv: Add new workarounds for chvArun Siluvery2-0/+11
2014-11-14drm/i915/chv: Combine GEN8_ROW_CHICKEN w/aArun Siluvery1-4/+2
2014-11-14drm/i915/chv: Remove pre-production workaroundsArun Siluvery2-20/+0
2014-11-14drm/i915: use the correct obj when preparing the sprite planePaulo Zanoni1-2/+3
2014-11-14drm/i915: Add tracepoints to track a vm during its lifetimeDaniele Ceraolo Spurio3-0/+114
2014-11-14drm/edid: fix Baseline_ELD_Len field in drm_edid_to_eld()Jani Nikula3-11/+15
2014-11-14drm/i915: avoid deadlock on failure paths in __intel_framebuffer_create()Alexey Khoroshilov1-2/+2
2014-11-14drm/i915: Use correct pipe config to update pll dividers. V2Bob Paauwe1-6/+6
2014-11-12drm/i915: Plug memory leak in intel_shared_dpll_start_config()Ander Conselvan de Oliveira1-0/+1
2014-11-10Merge remote-tracking branch 'airlied/drm-next' into HEADDaniel Vetter41-386/+3137
2014-11-10drm/mode: document path property and function to set it. (v1.1)Dave Airlie1-0/+13
2014-11-10Merge tag 'topic/atomic-helpers-2014-11-09' of git://anongit.freedesktop.org/...Dave Airlie24-3/+2885
2014-11-07drm/i915: Update DRIVER_DATE to 20141107Daniel Vetter1-1/+1
2014-11-07drm/i915: Add gen to the gpu hang ecodeMika Kuoppala1-1/+2
2014-11-07drm/i915: Cache HPLL frequency on VLV/CHVVille Syrjälä2-7/+8
2014-11-07Revert "drm/i915/vlv: Remove check for Old Ack during forcewake"Mika Kuoppala1-7/+10
2014-11-07drm/i915: Make mmio flip wait for seqno in the work functionAnder Conselvan de Oliveira3-90/+12
2014-11-07drm/i915: Make __wait_seqno non-static and rename to __i915_wait_seqnoAnder Conselvan de Oliveira2-9/+16
2014-11-07drm/i915: Move the .global_resources() hook call into modeset_update_crtc_pow...Ville Syrjälä1-21/+4
2014-11-07drm/i915/audio: add DOC comment describing HDA over HDMI/DPJani Nikula1-0/+21
2014-11-07drm/i915: make pipe/port based audio valid accessors easier to useJani Nikula3-27/+17
2014-11-07drm/i915/audio: add audio codec enable debug log for g4xJani Nikula1-0/+2
2014-11-07drm/i915/audio: add audio codec disable on g4xJani Nikula1-0/+20
2014-11-07drm/i915: enable audio codec after portJani Nikula2-13/+15
2014-11-07drm/i915/audio: add vlv/chv/gen5-7 audio codec disable sequenceJani Nikula3-0/+60
2014-11-07drm/i915/audio: rewrite vlv/chv and gen 5-7 audio codec enable sequenceJani Nikula1-32/+31
2014-11-07drm/i915/skl: Enable Gen9 RC6Zhe Wang1-1/+51