summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_display.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-09drm/atomic: Add encoder_mask to crtc_state, v3.Maarten Lankhorst1-0/+3
2016-02-09drm/i915: Do not touch best_encoder for load detect.Maarten Lankhorst1-2/+0
2016-02-09Merge tag 'topic/drm-misc-2016-02-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-21/+0
2016-02-08drm/i915: Nuke intel_modeset_precloseDaniel Vetter1-21/+0
2016-01-21drm/i915: simplify allocation of driver-internal requestsDave Gordon1-2/+4
2016-01-20drm/i915: Fix NULL plane->fb oops on SKLVille Syrjälä1-1/+1
2016-01-20drm/i915: Do not put big intel_crtc_state on the stackTvrtko Ursulin1-22/+38
2016-01-20Revert "drm/i915: Add two-stage ILK-style watermark programming (v10)"Matt Roper1-88/+4
2016-01-18drm/i915: skl_update_scaler() wants a rotation bitmask instead of bit numberVille Syrjälä1-1/+1
2016-01-18drm/i915: Don't reject primary plane windowing with color keying enabled on SKL+Ville Syrjälä1-5/+6
2016-01-18Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter1-8/+23
2016-01-18Merge tag 'drm-intel-next-fixes-2016-01-14' of git://anongit.freedesktop.org/...Dave Airlie1-6/+8
2016-01-18Merge tag 'topic/drm-misc-2016-01-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-5/+20
2016-01-15drm/i915: Don't leak framebuffer_references if drm_framebuffer_init() failsVille Syrjälä1-1/+2
2016-01-15drm/i915/dp: fall back to 18 bpp when sink capability is unknownJani Nikula1-5/+15
2016-01-14drm/i915: add onoff utility functionJani Nikula1-18/+12
2016-01-13drm/i915: Refactor intel_surf_alignment()Ville Syrjälä1-24/+21
2016-01-13drm/i915: s/intel_gen4_compute_page_offset/intel_compute_tile_offset/Ville Syrjälä1-13/+13
2016-01-13drm/i915: Use intel_tile_{size,width,height}() in intel_gen4_compute_page_off...Ville Syrjälä1-5/+10
2016-01-13drm/i915: change intel_fill_fb_ggtt_view() to use the real tile sizeVille Syrjälä1-10/+14
2016-01-13drm/i915: Redo intel_tile_height() as intel_tile_size() / intel_tile_width()Ville Syrjälä1-60/+29
2016-01-13drm/i915: Factor out intel_tile_width()Ville Syrjälä1-34/+51
2016-01-13drm/i915: Pass modifier instead of tiling_mode to gen4_compute_page_offset()Ville Syrjälä1-6/+6
2016-01-13drm/i915: Init power domains early in driver loadDaniel Vetter1-0/+2
2016-01-13drm/i915: Widen return value for reservation_object_wait_timeout_rcu to long.Maarten Lankhorst1-6/+8
2016-01-12drm/i915: Handle error paths during watermark sanitization properly (v3)Matt Roper1-4/+5
2016-01-12drm/i915: Wait for pipe to start before sampling vblank timestamps on gen2Ville Syrjälä1-0/+11
2016-01-12drm/i915: Kill intel_prepare_ddi()Ville Syrjälä1-3/+0
2016-01-11drm/i915: Widen return value for reservation_object_wait_timeout_rcu to long.Maarten Lankhorst1-6/+8
2016-01-08drm/i915: Do one shot unclaimed mmio detection less frequentlyMika Kuoppala1-0/+13
2016-01-07drm/i915: Use plane state for primary plane updates.Maarten Lankhorst1-145/+103
2016-01-07drm/i915: Use the plane state for cursor updates.Maarten Lankhorst1-46/+46
2016-01-07drm/i915: Make disable_cursor_plane similar to commit_cursor_plane.Maarten Lankhorst1-0/+3
2016-01-07drm/i915: Remove some visibility checks from intel_crtc_update_cursor.Maarten Lankhorst1-14/+0
2016-01-07drm/i915: Add two-stage ILK-style watermark programming (v10)Matt Roper1-4/+88
2016-01-06drm/i915: Update connector_mask during readout, v2.Maarten Lankhorst1-1/+16
2016-01-06drm/i915: Allow fuzzy matching in intel_compare_link_m_nMaarten Lankhorst1-5/+8
2016-01-06drm/i915: Sanitize watermarks after hardware state readout (v4)Matt Roper1-0/+79
2016-01-06drm/i915: Setup clipped src/dest coordinates during FB reconstruction (v2)Matt Roper1-0/+11
2016-01-05drm/i915: Set connector_state->connector using the helper.Maarten Lankhorst1-4/+2
2015-12-24Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie1-1/+19
2015-12-23Merge tag 'drm-intel-next-2015-12-18' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-115/+182
2015-12-22drm/i915: Calculate visibility in check_plane correctly regardless of dpms.Maarten Lankhorst1-2/+7
2015-12-22drm/i915: Keep track of the cdclk as if all crtc's were active.Maarten Lankhorst1-18/+37
2015-12-22drm/i915: Do not acquire crtc state to check clock during modeset, v4.Maarten Lankhorst1-39/+104
2015-12-22drm/i915/skl: Do not allow scaling when crtc is disabled.Maarten Lankhorst1-1/+1
2015-12-22drm/i915: Unbreak check_digital_port_conflicts()Ville Syrjälä1-4/+8
2015-12-22drm/i915: Kill intel_crtc->cursor_boVille Syrjälä1-5/+0
2015-12-22drm/i915: Workaround CHV pipe C cursor failVille Syrjälä1-0/+17
2015-12-22drm/i915: Disable primary plane if we fail to reconstruct BIOS fb (v2)Matt Roper1-0/+15