summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_display.c
AgeCommit message (Expand)Author
2016-08-23drm/i915: Pass crtc_state and connector_state to encoder functionsMaarten Lankhorst
2016-08-23drm/i915: Walk over encoders in crtc enable/disable using atomic state.Maarten Lankhorst
2016-08-23drm/i915: Pass atomic state to crtc enable/disable functionsMaarten Lankhorst
2016-08-22drm/i915: pdev cleanupDavid Weinehall
2016-08-22drm/i915/skl: Add support for the SAGV, fix underrun hangsLyude
2016-08-22drm/i915: Call intel_fbc_pre_update() after pinning the new pageflipPaulo Zanoni
2016-08-18drm/i915: Move fence tracking from object to vmaChris Wilson
2016-08-18drm/i915: Move map-and-fenceable tracking to the VMAChris Wilson
2016-08-15drm/i915: Introduce i915_ggtt_offset()Chris Wilson
2016-08-15drm/i915: Track pinned VMAChris Wilson
2016-08-15drm/i915: Use VMA for scratch page trackingChris Wilson
2016-08-15Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter
2016-08-15Merge tag 'drm-intel-next-2016-08-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-08-15Merge tag 'topic/drm-misc-2016-08-12' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-08-11drm/i915: Deal with NV12 CbCr plane AUX surface on SKL+Ville Syrjälä
2016-08-11drm/i915: Compute display surface offset in the plane check hook for SKL+Ville Syrjälä
2016-08-11drm/i915: Make intel_adjust_tile_offset() work for linear buffersVille Syrjälä
2016-08-11drm/i915: Allow calling intel_adjust_tile_offset() multiple timesVille Syrjälä
2016-08-11drm/i915: Limit fb x offset due to fencesVille Syrjälä
2016-08-11drm/i915: Adjust obj tiling vs. fb modifier rulesVille Syrjälä
2016-08-11drm/i915: Use fb modifiers for display tiling decisionsVille Syrjälä
2016-08-11drm/i915: Pass around plane_state instead of fb+rotationVille Syrjälä
2016-08-11drm/i915: Move SKL hw stride calculation into a helperVille Syrjälä
2016-08-11drm/i915: Don't pass pitch to intel_compute_page_offset()Ville Syrjälä
2016-08-11drm/i915: Rewrite fb rotation GTT handlingVille Syrjälä
2016-08-10drm/i915: Apply the PPS register unlock workaround more consistentlyImre Deak
2016-08-10drm/i915: Merge the PPS register definitionsImre Deak
2016-08-09drm/i915/dp: Revert "drm/i915/dp: fall back to 18 bpp when sink capability is...Mario Kleiner
2016-08-08drm/i915: Use drm_plane_helper_check_state()Ville Syrjälä
2016-08-08drm/i915: Use drm_plane_state.{src,dst,visible}Ville Syrjälä
2016-08-08drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?Joonas Lahtinen
2016-08-08Merge tag 'drm-intel-next-fixes-2016-08-05' of git://anongit.freedesktop.org/...Dave Airlie
2016-08-05drm/i915: Use the g4x+ approach on gen2 for handling display stuff around GPU...Ville Syrjälä
2016-08-05drm/i915: Introduce gpu_reset_clobbers_display()Ville Syrjälä
2016-08-05drm/i915: Add a way to test the modeset done during gpu reset, v3.Maarten Lankhorst
2016-08-05drm/i915: Fix modeset handling during gpu reset, v5.Maarten Lankhorst
2016-08-05drm/i915: Don't mark PCH underrun reporting as disabled for transcoder B/C on...Ville Syrjälä
2016-08-05drm/i915: Add some curly bracesVille Syrjälä
2016-08-05drm/i915: Repack fence tiling mode and stride into a single integerChris Wilson
2016-08-04drm/i915: Use dev_priv consistently through the intel_frontbuffer interfaceChris Wilson
2016-08-04drm/i915: Use atomics to manipulate obj->frontbuffer_bitsChris Wilson
2016-08-04drm/i915: Separate intel_frontbuffer into its own headerChris Wilson
2016-08-04drm/i915: Reject mixing MST and SST/HDMI on the same digital portVille Syrjälä
2016-08-04drm/i915: s/__i915_wait_request/i915_wait_request/Chris Wilson
2016-08-04drm/i915: Mark up i915_gem_active for locking annotationChris Wilson
2016-08-04drm/i915: Prepare i915_gem_active for annotationsChris Wilson
2016-08-04drm/i915: Introduce i915_gem_active for request trackingChris Wilson
2016-08-02drm/i915: Simplify request_alloc by returning the allocated requestChris Wilson
2016-08-02drm/i915: Rename struct intel_ringbuffer to struct intel_ringChris Wilson
2016-08-02drm/i915: Rename request->ringbuf to request->ringChris Wilson