summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2015-07-14drm/i915: Remove plane_config from struct intel_crtc, v2.Maarten Lankhorst2-10/+10
2015-07-14drm/i915: Update missing properties in find_initial_plane_objMaarten Lankhorst1-2/+11
2015-07-14drm/i915: Allow fuzzy matching in pipe_config_compare, v2.Maarten Lankhorst1-61/+157
2015-07-14drm/i915: Do not use plane_config in intel_fbdev.cMaarten Lankhorst1-8/+6
2015-07-14drm/i915: Do not update pfit state when toggling crtc enabled.Maarten Lankhorst4-38/+48
2015-07-14drm/i915: Only update state on crtc's that are part of the atomic state.Maarten Lankhorst1-1/+2
2015-07-14drm/i915: Do not call intel_crtc_disable if the crtc is already disabled.Maarten Lankhorst1-4/+2
2015-07-14Revert "drm/i915: Declare the swizzling unknown for L-shaped configurations"Daniel Vetter1-11/+1
2015-07-14drm/i915/skl: Restrict the ring frequency table programming to SKLAkash Goel1-1/+2
2015-07-14drm/i915: Forward all core DRM ioctls to core compat handlingTvrtko Ursulin1-1/+1
2015-07-13drm/i915: fix oops in primary_check_planeDaniel Vetter1-1/+1
2015-07-13drm/i915: remove unused has_dma_mapping flagImre Deak5-15/+2
2015-07-13drm/i915: Fix missing return warning for !CONFIG_DEBUGFSDaniel Vetter1-1/+2
2015-07-13drm/i915: avoid leaking DMA mappingsImre Deak2-17/+43
2015-07-13drm/i915: Snapshot seqno of most recently submitted request.Tomas Elf3-10/+11
2015-07-13drm/i915: Store device pointer in contexts for late tracepoint usafeChris Wilson3-3/+4
2015-07-13drm/i915: Don't forget to mark crtc as inactive after disablePatrik Jakobsson1-0/+9
2015-07-13drm/i915: Update PM interrupts before updating the freqDeepak S1-2/+2
2015-07-13drm/i915: storm detection documentation updateThulasimani,Sivakumar1-0/+8
2015-07-13drm/i915: Adjust BXT HDMI port clock limitsVille Syrjälä1-3/+6
2015-07-13drm/i915: Refactor VLV display power well init/deinitVille Syrjälä1-29/+23
2015-07-13drm/i915: Simplify CHV pipe A power well codeVille Syrjälä1-27/+20
2015-07-13drm/i915: Apply OCD to VLV/CHV DPLL definesVille Syrjälä4-17/+17
2015-07-13drm/i915: Keep GMCH DPLL VGA mode always disabledVille Syrjälä3-8/+10
2015-07-13drm/i915/skl: Updated the i915_ring_freq_table debugfs functionAkash Goel1-4/+15
2015-07-13drm/i915/skl: Ring frequency table programming changesAkash Goel1-4/+19
2015-07-13drm/i915/skl: Retrieve the Rpe value from PcodeAkash Goel1-8/+11
2015-07-13Revert "drm/i915: Use crtc_state->active in primary check_plane func"Linus Torvalds1-1/+1
2015-07-09drm/i915: fbdev restore mode needs to invalidate frontbufferRodrigo Vivi1-3/+12
2015-07-09drm/i915: fbdev_set_par reliably invalidating frontbufferRodrigo Vivi1-2/+1
2015-07-09drm/i915: PSR: Increase idle_framesRodrigo Vivi1-2/+5
2015-07-09drm/i915: PSR: Remove Low Power HW tracking mask.Rodrigo Vivi1-1/+1
2015-07-09drm/i915: fix intel_frontbuffer_flip documentationPaulo Zanoni1-1/+0
2015-07-09drm/i915: intel_frontbuffer_flush can now be staticPaulo Zanoni2-6/+3
2015-07-09drm/i915: fix intel_fb_obj_flush documentationPaulo Zanoni1-0/+1
2015-07-09drm/i915: dirty fb operation flushsing frontbufferRodrigo Vivi1-0/+18
2015-07-09drm/i915: PSR: Flush means invalidate + flushRodrigo Vivi3-21/+24
2015-07-09Revert "drm/i915: Allocate context objects from stolen"Ville Syrjälä1-3/+1
2015-07-09drm/i915: Declare the swizzling unknown for L-shaped configurationsChris Wilson1-1/+11
2015-07-08drm/i915: Add origin to frontbuffer tracking flushRodrigo Vivi3-15/+17
2015-07-08drm/i915: Update wa_ctx_emit() macro as per kernel coding guidelinesArun Siluvery1-39/+40
2015-07-08drm/i915: Handle HPD when it has actually occurredSonika Jindal1-15/+17
2015-07-08drm/i915: Use crtc_state->active in primary check_plane funcDaniel Vetter1-1/+1
2015-07-08drm/i915: Check crtc->active in intel_crtc_disable_planesDaniel Vetter1-0/+3
2015-07-08drm/i915: move set_no_fbc_reason() call out of intel_fbc_find_crtc()Paulo Zanoni1-4/+4
2015-07-08drm/i915: extract FBC_MULTIPLE_PIPES checkPaulo Zanoni1-9/+27
2015-07-08drm/i915: add FBC_IN_DBG_MASTER no_fbc_reasonPaulo Zanoni2-1/+6
2015-07-08drm/i915: use intel_crtc for the FBC functionsPaulo Zanoni2-43/+40
2015-07-08drm/i915: use dev_priv for the FBC functionsPaulo Zanoni8-110/+80
2015-07-08drm/i915: move FBC vfuncs to struct i915_fbcPaulo Zanoni3-27/+28