summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-05-11drm/i915/guc: Move notification code into virtual functionMichal Wajdeczko2-1/+18
2017-05-11drm/i915: Remove vma unpin in intel_plane_destroyMaarten Lankhorst1-17/+1
2017-05-11drm/i915: Fix hw state verifier access to crtc->state.Maarten Lankhorst1-10/+14
2017-05-11drm/i915/guc: Dump the GuC stage descriptor pool in debugfsOscar Mateo1-5/+71
2017-05-10drm/i915: Fix __intel_wait_for_register_fw to not sleep in atomicDaniel Vetter1-2/+2
2017-05-10drm/i915: Simplify cursor register write sequenceVille Syrjälä1-35/+34
2017-05-10drm/i915: Relax 845/865 CURBASE alignemnt requirement to 32 bytesVille Syrjälä1-0/+2
2017-05-10drm/i915: Handle fb offset and src coordinates for cursorsVille Syrjälä1-2/+25
2017-05-10drm/i915: Fix gen3 physical cursor alignment requirementsVille Syrjälä1-2/+12
2017-05-10drm/i915: Support variable cursor height on ivb+Ville Syrjälä3-8/+36
2017-05-10drm/i915: Use fb->pitches[0] in cursor codeVille Syrjälä1-30/+18
2017-05-10drm/i915: Generalize cursor size checks a bitVille Syrjälä1-21/+13
2017-05-10drm/i915: Split cursor check_plane into i845 and i9xx variantsVille Syrjälä1-104/+171
2017-05-10drm/i915: Drop useless posting reads from cursor commitVille Syrjälä1-17/+15
2017-05-10drm/i915: Move cursor position and base handling into the platform specific f...Ville Syrjälä1-46/+49
2017-05-10drm/i915: Refactor CURPOS calculationVille Syrjälä1-15/+22
2017-05-10drm/i915: Clean up cursor junk from intel_crtcVille Syrjälä3-89/+47
2017-05-10drm/i915: Refactor CURBASE calculationVille Syrjälä1-20/+29
2017-05-10drm/i915: Pass intel_plane and intel_crtc to plane hooksVille Syrjälä4-129/+104
2017-05-10drm/i915: Parametrize cursor/primary pipe select bitsVille Syrjälä2-11/+5
2017-05-10drm/i915: Add support for sprites on g4xVille Syrjälä3-12/+12
2017-05-10drm/i915: Add g4x watermark tracepointVille Syrjälä2-0/+54
2017-05-10drm/i915: Enable HPLL watermarks on g4xVille Syrjälä1-1/+2
2017-05-10drm/i915: Two stage watermarks for g4xVille Syrjälä5-226/+791
2017-05-10drm/i915: Apply the g4x TLB miss w/a to SR watermarks as wellVille Syrjälä1-6/+9
2017-05-10drm/i915: Refactor wm calculationsVille Syrjälä1-72/+149
2017-05-10drm/i915: Refactor the g4x TLB miss w/a to a helperVille Syrjälä1-7/+20
2017-05-10drm/i915: Fix the g4x watermark TLB miss workaroundVille Syrjälä1-5/+6
2017-05-10drm/i915: Fix cursor 'cpp' in watermark calculatins for old platformsVille Syrjälä1-5/+5
2017-05-10drm/i915: Document CxSRVille Syrjälä1-0/+37
2017-05-10drm/i915: Make vlv/chv watermark debug print less crypticVille Syrjälä1-1/+1
2017-05-10drm/i915: Rename bunch of vlv_ watermark structures to g4x_Ville Syrjälä3-14/+14
2017-05-10drm/i915: s/vlv_num_wm_levels/intel_wm_num_levels/Ville Syrjälä1-9/+9
2017-05-10drm/i915: Drop the debug message from vlv_get_fifo_size()Ville Syrjälä1-7/+0
2017-05-10drm/i915: s/vlv_plane_wm_compute/vlv_raw_plane_wm_compute/ etc.Ville Syrjälä1-11/+11
2017-05-10drm/i915/lvds: Remove magic from PLL programmingImre Deak1-2/+2
2017-05-10drm/i915: Sanitize stolen memory size calculationImre Deak1-7/+7
2017-05-10drm/i915: Check error return when converting pipe to connectorImre Deak1-3/+14
2017-05-10drm/i915: Check error return when setting DMA maskImre Deak1-4/+12
2017-05-10drm/i915/sdvo: Check error return from intel_sdvo_get_value()Imre Deak1-5/+4
2017-05-10drm/i915/dp: Check error return during DPCD capability queriesImre Deak1-8/+12
2017-05-10drm/i915/vlv: Fix port B PLL opamp initializationImre Deak1-2/+2
2017-05-09drm/i915: Show dmc debug registers on KabylakeMika Kuoppala1-1/+2
2017-05-09drm/i915: Move uncore definitions into a separate headerMichal Wajdeczko4-156/+188
2017-05-08drm/i915: use memdup_user_nulGeliang Tang2-20/+6
2017-05-05drm/i915: Fix rawclk readout for g4xVille Syrjälä2-7/+9
2017-05-04drm/i915: Micro-optimise hotpath through intel_ring_begin()Chris Wilson2-32/+38
2017-05-04drm/i915: Report the ring->space from intel_ring_update_space()Chris Wilson2-5/+9
2017-05-04drm/i915: Avoid the branch in computing intel_ring_space()Chris Wilson2-25/+35
2017-05-04drm/i915: Use engine->context_pin() to report the intel_ringChris Wilson8-42/+47