index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_display.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-09
drm/atomic: Add encoder_mask to crtc_state, v3.
Maarten Lankhorst
1
-0
/
+3
2016-02-09
drm/i915: Do not touch best_encoder for load detect.
Maarten Lankhorst
1
-2
/
+0
2016-02-09
Merge tag 'topic/drm-misc-2016-02-08' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-21
/
+0
2016-02-08
drm/i915: Nuke intel_modeset_preclose
Daniel Vetter
1
-21
/
+0
2016-01-21
drm/i915: simplify allocation of driver-internal requests
Dave Gordon
1
-2
/
+4
2016-01-20
drm/i915: Fix NULL plane->fb oops on SKL
Ville Syrjälä
1
-1
/
+1
2016-01-20
drm/i915: Do not put big intel_crtc_state on the stack
Tvrtko Ursulin
1
-22
/
+38
2016-01-20
Revert "drm/i915: Add two-stage ILK-style watermark programming (v10)"
Matt Roper
1
-88
/
+4
2016-01-18
drm/i915: skl_update_scaler() wants a rotation bitmask instead of bit number
Ville Syrjälä
1
-1
/
+1
2016-01-18
drm/i915: Don't reject primary plane windowing with color keying enabled on SKL+
Ville Syrjälä
1
-5
/
+6
2016-01-18
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
1
-8
/
+23
2016-01-18
Merge tag 'drm-intel-next-fixes-2016-01-14' of git://anongit.freedesktop.org/...
Dave Airlie
1
-6
/
+8
2016-01-18
Merge tag 'topic/drm-misc-2016-01-17' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-5
/
+20
2016-01-15
drm/i915: Don't leak framebuffer_references if drm_framebuffer_init() fails
Ville Syrjälä
1
-1
/
+2
2016-01-15
drm/i915/dp: fall back to 18 bpp when sink capability is unknown
Jani Nikula
1
-5
/
+15
2016-01-14
drm/i915: add onoff utility function
Jani Nikula
1
-18
/
+12
2016-01-13
drm/i915: Refactor intel_surf_alignment()
Ville Syrjälä
1
-24
/
+21
2016-01-13
drm/i915: s/intel_gen4_compute_page_offset/intel_compute_tile_offset/
Ville Syrjälä
1
-13
/
+13
2016-01-13
drm/i915: Use intel_tile_{size,width,height}() in intel_gen4_compute_page_off...
Ville Syrjälä
1
-5
/
+10
2016-01-13
drm/i915: change intel_fill_fb_ggtt_view() to use the real tile size
Ville Syrjälä
1
-10
/
+14
2016-01-13
drm/i915: Redo intel_tile_height() as intel_tile_size() / intel_tile_width()
Ville Syrjälä
1
-60
/
+29
2016-01-13
drm/i915: Factor out intel_tile_width()
Ville Syrjälä
1
-34
/
+51
2016-01-13
drm/i915: Pass modifier instead of tiling_mode to gen4_compute_page_offset()
Ville Syrjälä
1
-6
/
+6
2016-01-13
drm/i915: Init power domains early in driver load
Daniel Vetter
1
-0
/
+2
2016-01-13
drm/i915: Widen return value for reservation_object_wait_timeout_rcu to long.
Maarten Lankhorst
1
-6
/
+8
2016-01-12
drm/i915: Handle error paths during watermark sanitization properly (v3)
Matt Roper
1
-4
/
+5
2016-01-12
drm/i915: Wait for pipe to start before sampling vblank timestamps on gen2
Ville Syrjälä
1
-0
/
+11
2016-01-12
drm/i915: Kill intel_prepare_ddi()
Ville Syrjälä
1
-3
/
+0
2016-01-11
drm/i915: Widen return value for reservation_object_wait_timeout_rcu to long.
Maarten Lankhorst
1
-6
/
+8
2016-01-08
drm/i915: Do one shot unclaimed mmio detection less frequently
Mika Kuoppala
1
-0
/
+13
2016-01-07
drm/i915: Use plane state for primary plane updates.
Maarten Lankhorst
1
-145
/
+103
2016-01-07
drm/i915: Use the plane state for cursor updates.
Maarten Lankhorst
1
-46
/
+46
2016-01-07
drm/i915: Make disable_cursor_plane similar to commit_cursor_plane.
Maarten Lankhorst
1
-0
/
+3
2016-01-07
drm/i915: Remove some visibility checks from intel_crtc_update_cursor.
Maarten Lankhorst
1
-14
/
+0
2016-01-07
drm/i915: Add two-stage ILK-style watermark programming (v10)
Matt Roper
1
-4
/
+88
2016-01-06
drm/i915: Update connector_mask during readout, v2.
Maarten Lankhorst
1
-1
/
+16
2016-01-06
drm/i915: Allow fuzzy matching in intel_compare_link_m_n
Maarten Lankhorst
1
-5
/
+8
2016-01-06
drm/i915: Sanitize watermarks after hardware state readout (v4)
Matt Roper
1
-0
/
+79
2016-01-06
drm/i915: Setup clipped src/dest coordinates during FB reconstruction (v2)
Matt Roper
1
-0
/
+11
2016-01-05
drm/i915: Set connector_state->connector using the helper.
Maarten Lankhorst
1
-4
/
+2
2015-12-24
Backmerge drm-fixes merge into Linus's tree into drm-next.
Dave Airlie
1
-1
/
+19
2015-12-23
Merge tag 'drm-intel-next-2015-12-18' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-115
/
+182
2015-12-22
drm/i915: Calculate visibility in check_plane correctly regardless of dpms.
Maarten Lankhorst
1
-2
/
+7
2015-12-22
drm/i915: Keep track of the cdclk as if all crtc's were active.
Maarten Lankhorst
1
-18
/
+37
2015-12-22
drm/i915: Do not acquire crtc state to check clock during modeset, v4.
Maarten Lankhorst
1
-39
/
+104
2015-12-22
drm/i915/skl: Do not allow scaling when crtc is disabled.
Maarten Lankhorst
1
-1
/
+1
2015-12-22
drm/i915: Unbreak check_digital_port_conflicts()
Ville Syrjälä
1
-4
/
+8
2015-12-22
drm/i915: Kill intel_crtc->cursor_bo
Ville Syrjälä
1
-5
/
+0
2015-12-22
drm/i915: Workaround CHV pipe C cursor fail
Ville Syrjälä
1
-0
/
+17
2015-12-22
drm/i915: Disable primary plane if we fail to reconstruct BIOS fb (v2)
Matt Roper
1
-0
/
+15
[next]