aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2014-11-15Merge tag 'drm/fixes/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linu...Dave Airlie1-1/+1
2014-11-15Merge tag 'drm-intel-next-2014-11-07-fixups' of git://anongit.freedesktop.org...Dave Airlie32-1459/+4949
2014-11-14drm/i915: Use correct pipe config to update pll dividers. V2Bob Paauwe1-6/+6
2014-11-13drm: Use const data when creating blob propertiesThierry Reding1-1/+1
2014-11-12drm/i915: Plug memory leak in intel_shared_dpll_start_config()Ander Conselvan de Oliveira1-0/+1
2014-11-12drm: Per-plane lockingDaniel Vetter1-0/+6
2014-11-12Merge tag 'v3.18-rc4' into drm-nextDave Airlie2-3/+26
2014-11-10Merge remote-tracking branch 'airlied/drm-next' into HEADDaniel Vetter4-51/+4
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
2014-11-07drm/i915/skl: Gen9 ForcewakeZhe Wang3-2/+184
2014-11-07drm/i915/skl: Log the order in which we flush the pipes in the WM codeDamien Lespiau1-4/+7
2014-11-07drm/i915/skl: Flush the WM configurationDamien Lespiau1-0/+135
2014-11-07drm/i915/skl: Stage the pipe DDB allocationDamien Lespiau2-7/+8
2014-11-07drm/i915/skl: Reduce the indentation level in skl_write_wm_values()Damien Lespiau1-21/+21
2014-11-07drm/i915/skl: Correctly align skl_compute_plane_wm() argumentsDamien Lespiau1-5/+5
2014-11-07drm/i915/skl: Rework when the transition WMs are computedDamien Lespiau1-15/+31
2014-11-07drm/i915/skl: Move all the WM compute functions in one placeDamien Lespiau1-22/+22
2014-11-07drm/i915/skl: Reduce the number of holes in struct skl_wm_levelDamien Lespiau1-1/+1
2014-11-07drm/i915/skl: Make res_blocks/lines intermediate values 32 bitsDamien Lespiau1-16/+11
2014-11-07drm/i915/skl: Use a more descriptive parameter name in skl_compute_plane_wm()Damien Lespiau1-2/+2
2014-11-07drm/i915/skl: Make 'end' of the DDB allocation entry exclusiveDamien Lespiau2-15/+21
2014-11-07drm/i915/skl: Check the DDB state at modesetDamien Lespiau4-2/+64
2014-11-07drm/i915/skl: Add a debugfs file to dump the DDB allocationDamien Lespiau1-0/+37
2014-11-07drm/i915/skl: Augment the latency debugfs files for SKLDamien Lespiau1-14/+62
2014-11-07drm/i915/skl: Read back the DDB allocation hw stateDamien Lespiau1-0/+29
2014-11-07drm/i915/skl: Store the new WM state at the very end of the updateDamien Lespiau1-2/+3
2014-11-07drm/i915/gen9: Disable WM if corresponding latency is 0Vandana Kannan1-2/+12
2014-11-07drm/i915/gen9: Add 2us read latency to WM levelVandana Kannan1-0/+16
2014-11-07drm/i915/skl: Read the pipe WM HW statePradeep Bhat3-1/+108
2014-11-07drm/i915/skl: Program the DDB allocationDamien Lespiau2-0/+25
2014-11-07drm/i915/skl: Allocate DDB portions for display planesDamien Lespiau1-0/+148
2014-11-07drm/i915/skl: SKL Watermark ComputationPradeep Bhat2-1/+433
2014-11-07drm/i915/skl: Add DDB allocation management structuresDamien Lespiau1-0/+19
2014-11-07drm/i915/skl: Definition of SKL WM param structs for pipe/planePradeep Bhat3-0/+34
2014-11-07drm/i915/skl: Register definitions and macros for SKL Watermark regsPradeep Bhat1-0/+35
2014-11-07drm/i915/skl: Read the Memory Latency Values for WM computationPradeep Bhat3-6/+83