summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Move fence tracking from object to vmaChris Wilson2016-08-181-35/+22Star
* drm/i915: Move map-and-fenceable tracking to the VMAChris Wilson2016-08-181-3/+3
* drm/i915: Introduce i915_ggtt_offset()Chris Wilson2016-08-151-7/+3Star
* drm/i915: Track pinned VMAChris Wilson2016-08-151-20/+37
* drm/i915: Use VMA for scratch page trackingChris Wilson2016-08-151-1/+1
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-08-151-111/+97Star
|\
| * Merge tag 'drm-intel-next-2016-08-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-08-151-124/+121Star
| |\
| * \ Merge tag 'topic/drm-misc-2016-08-12' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-08-151-86/+82Star
| |\ \
| | * | drm/i915: Use drm_plane_helper_check_state()Ville Syrjälä2016-08-081-17/+9Star
| | * | drm/i915: Use drm_plane_state.{src,dst,visible}Ville Syrjälä2016-08-081-64/+68
| | * | drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?Joonas Lahtinen2016-08-081-14/+14
| * | | drm/i915/dp: Revert "drm/i915/dp: fall back to 18 bpp when sink capability is...Mario Kleiner2016-08-091-15/+5Star
| * | | Merge tag 'drm-intel-next-fixes-2016-08-05' of git://anongit.freedesktop.org/...Dave Airlie2016-08-081-9/+1Star
| |\ \ \ | | |/ / | |/| |
| | * | drm/i915: Wait up to 3ms for the pcu to ack the cdclk change request on SKLVille Syrjälä2016-07-291-9/+1Star
| * | | Merge tag 'drm-intel-next-fixes-2016-07-25' of git://anongit.freedesktop.org/...Dave Airlie2016-07-271-1/+43
| |\| |
| | * | drm/i915: Set legacy properties when using legacy gamma set IOCTL. (v2)Bob Paauwe2016-07-191-1/+43
| * | | Backmerge tag 'v4.7' into drm-nextDave Airlie2016-07-261-0/+6
| |\ \ \ | | |/ / | |/| |
| | * | drm/i915: add missing condition for committing planes on crtcLionel Landwerlin2016-07-181-0/+6
| | * | drm/i915/hsw: Avoid early timeout during LCPLL disable/restoreImre Deak2016-06-291-4/+4
| | * | drm/i915/lpt: Avoid early timeout during FDI PHY resetImre Deak2016-06-291-4/+4
| | * | drm/i915/ilk: Don't disable SSC source if it's in useLyude2016-06-141-14/+34
| | * | drm/i915: Check VBT for port presence in addition to the strap on VLV/CHVVille Syrjälä2016-06-101-9/+21
| | * | drm/i915: Only ignore eDP ports that are connectedChris Wilson2016-06-101-10/+10
* | | | drm/i915: Deal with NV12 CbCr plane AUX surface on SKL+Ville Syrjälä2016-08-111-2/+60
* | | | drm/i915: Compute display surface offset in the plane check hook for SKL+Ville Syrjälä2016-08-111-30/+136
* | | | drm/i915: Make intel_adjust_tile_offset() work for linear buffersVille Syrjälä2016-08-111-16/+57
* | | | drm/i915: Allow calling intel_adjust_tile_offset() multiple timesVille Syrjälä2016-08-111-0/+5
* | | | drm/i915: Limit fb x offset due to fencesVille Syrjälä2016-08-111-0/+16
* | | | drm/i915: Adjust obj tiling vs. fb modifier rulesVille Syrjälä2016-08-111-7/+24
* | | | drm/i915: Use fb modifiers for display tiling decisionsVille Syrjälä2016-08-111-12/+23
* | | | drm/i915: Pass around plane_state instead of fb+rotationVille Syrjälä2016-08-111-15/+20
* | | | drm/i915: Move SKL hw stride calculation into a helperVille Syrjälä2016-08-111-27/+25Star
* | | | drm/i915: Don't pass pitch to intel_compute_page_offset()Ville Syrjälä2016-08-111-14/+20
* | | | drm/i915: Rewrite fb rotation GTT handlingVille Syrjälä2016-08-111-116/+252
* | | | drm/i915: Apply the PPS register unlock workaround more consistentlyImre Deak2016-08-101-0/+26
* | | | drm/i915: Merge the PPS register definitionsImre Deak2016-08-101-5/+17
* | | | drm/i915: Use the g4x+ approach on gen2 for handling display stuff around GPU...Ville Syrjälä2016-08-051-9/+2Star
* | | | drm/i915: Introduce gpu_reset_clobbers_display()Ville Syrjälä2016-08-051-2/+7
* | | | drm/i915: Add a way to test the modeset done during gpu reset, v3.Maarten Lankhorst2016-08-051-11/+18
* | | | drm/i915: Fix modeset handling during gpu reset, v5.Maarten Lankhorst2016-08-051-60/+110
* | | | drm/i915: Don't mark PCH underrun reporting as disabled for transcoder B/C on...Ville Syrjälä2016-08-051-1/+18
* | | | drm/i915: Add some curly bracesVille Syrjälä2016-08-051-2/+2
| |_|/ |/| |
* | | drm/i915: Repack fence tiling mode and stride into a single integerChris Wilson2016-08-051-17/+17
* | | drm/i915: Use dev_priv consistently through the intel_frontbuffer interfaceChris Wilson2016-08-041-5/+5
* | | drm/i915: Use atomics to manipulate obj->frontbuffer_bitsChris Wilson2016-08-041-12/+6Star
* | | drm/i915: Separate intel_frontbuffer into its own headerChris Wilson2016-08-041-0/+1
* | | drm/i915: Reject mixing MST and SST/HDMI on the same digital portVille Syrjälä2016-08-041-0/+10
* | | drm/i915: s/__i915_wait_request/i915_wait_request/Chris Wilson2016-08-041-7/+7
* | | drm/i915: Mark up i915_gem_active for locking annotationChris Wilson2016-08-041-4/+8
* | | drm/i915: Prepare i915_gem_active for annotationsChris Wilson2016-08-041-10/+5Star