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.13.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
2017-03-16
drm/i915: Do .init_clock_gating() earlier to avoid it clobbering watermarks
Ville Syrjälä
1
-6
/
+3
2017-03-09
drm/i915: Drain the freed state from the tail of the next commit
Chris Wilson
1
-13
/
+21
2017-03-09
drm/i915: Nuke debug messages from the pipe update critical section
Ville Syrjälä
1
-11
/
+1
2017-03-09
drm/i915: Move updating color management to before vblank evasion
Maarten Lankhorst
1
-5
/
+7
2017-02-23
Merge tag 'v4.10-rc8' into drm-next
Dave Airlie
1
-6
/
+37
2017-02-08
drm/i915: fix use-after-free in page_flip_completed()
Andrey Ryabinin
1
-2
/
+2
2017-02-01
drm/i915: Track pinned vma in intel_plane_state
Chris Wilson
1
-83
/
+42
2017-02-01
Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
1
-2
/
+2
2017-01-30
drm/i915: Check for NULL i915_vma in intel_unpin_fb_obj()
Linus Torvalds
1
-0
/
+3
2017-01-26
drm: s/drm_crtc_get_hv_timings/drm_mode_get_hv_timings/
Daniel Vetter
1
-2
/
+2
2017-01-25
drm/i915: Move atomic state free from out of fence release
Chris Wilson
1
-2
/
+26
2017-01-25
drm/i915: Check for NULL atomic state in intel_crtc_disable_noatomic()
Ander Conselvan de Oliveira
1
-0
/
+6
2017-01-25
drm/i915: Fix calculation of rotated x and y offsets for planar formats
Ander Conselvan de Oliveira
1
-2
/
+3
2017-01-25
drm/i915: Release temporary load-detect state upon switching
Chris Wilson
1
-0
/
+1
2017-01-25
drm/i915: Avoid drm_atomic_state_put(NULL) in intel_display_resume
Chris Wilson
1
-1
/
+2
2017-01-19
drm/i915: Remove the double handling of 'flags from intel_mode_from_pipe_conf...
Ville Syrjälä
1
-1
/
+0
2017-01-19
drm/i915: Remove crtc->config usage from intel_modeset_readout_hw_state()
Ville Syrjälä
1
-14
/
+24
2017-01-19
drm/i915: Release temporary load-detect state upon switching
Chris Wilson
1
-0
/
+1
2017-01-19
drm/i915: Track pinned vma in intel_plane_state
Chris Wilson
1
-83
/
+47
2017-01-18
drm/i915: Ignore bogus plane coordinates on SKL when the plane is not visible
Ville Syrjälä
1
-0
/
+3
2017-01-18
drm/i915: Avoid drm_atomic_state_put(NULL) on error paths
Ander Conselvan de Oliveira
1
-7
/
+3
2017-01-18
drm/i915: Avoid drm_atomic_state_put(NULL) in intel_display_resume
Chris Wilson
1
-1
/
+2
2017-01-18
drm/i915: Ignore bogus plane coordinates on SKL when the plane is not visible
Ville Syrjälä
1
-0
/
+3
2017-01-14
drm/i915: Eliminate superfluous i915_ggtt_view_rotated
Chris Wilson
1
-3
/
+2
2017-01-14
drm/i915: Convert i915_ggtt_view to use an anonymous union
Chris Wilson
1
-1
/
+1
2017-01-12
drm/i915: Remove useless casts to intel_plane_state
Maarten Lankhorst
1
-6
/
+6
2017-01-10
drm/i915: Use new CRC debugfs API
Tomeu Vizoso
1
-0
/
+1
2017-01-04
Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...
Daniel Vetter
1
-39
/
+171
2017-01-04
drm/i915: Update comment that sets I915_MODE_FLAG_INHERITED
Daniel Vetter
1
-11
/
+3
2017-01-03
drm/i915: Move the min_pixclk[] handling to the end of readout
Ville Syrjälä
1
-16
/
+16
2017-01-02
drm/i915: Move number of scalers initialization to runtime init
Nabendu Maiti
1
-17
/
+13
2016-12-30
drm/i915: Add dpll entrypoint for dumping hw state
Ander Conselvan de Oliveira
1
-33
/
+1
2016-12-30
drm/i915: Rename intel_shared_dpll_config to intel_shared_dpll_state
Ander Conselvan de Oliveira
1
-11
/
+11
2016-12-30
drm/i915: Rename intel_shared_dpll_commit() to _swap_state()
Ander Conselvan de Oliveira
1
-1
/
+1
2016-12-30
drm/i915: Introduce intel_release_shared_dpll()
Ander Conselvan de Oliveira
1
-5
/
+1
2016-12-22
Merge tag 'drm-intel-next-fixes-2016-12-22' of git://anongit.freedesktop.org/...
Dave Airlie
1
-21
/
+10
2016-12-22
drm/i915: Move the min_pixclk[] handling to the end of readout
Ville Syrjälä
1
-16
/
+16
2016-12-20
drm/i915/gen9: Fix PCODE polling during CDCLK change notification
Imre Deak
1
-21
/
+10
2016-12-20
drm/i915: drop the struct_mutex when wedged or trying to reset
Matthew Auld
1
-1
/
+2
2016-12-19
drm/i915: Add a cursor hack to allow converting legacy page flip to atomic, v3.
Maarten Lankhorst
1
-1
/
+131
2016-12-18
drm/i915: Unify active context tracking between legacy/execlists/guc
Chris Wilson
1
-1
/
+2
2016-12-15
drm: Replace 'format->format' comparisons to just 'format' comparisons
Ville Syrjälä
1
-1
/
+1
2016-12-15
drm: Nuke fb->pixel_format
Ville Syrjälä
1
-18
/
+15
2016-12-15
drm: Nuke fb->bits_per_pixel
Ville Syrjälä
1
-7
/
+4
2016-12-15
drm/i915: Use drm_framebuffer_plane_{width,height}() where possible
Ville Syrjälä
1
-3
/
+2
2016-12-15
drm: Replace drm_format_plane_cpp() with fb->format->cpp[]
Ville Syrjälä
1
-8
/
+8
2016-12-15
drm: Replace drm_format_num_planes() with fb->format->num_planes
Ville Syrjälä
1
-1
/
+1
2016-12-15
drm/i915: Populate fb->format early for inherited fbs
Ville Syrjälä
1
-0
/
+3
2016-12-15
drm/i915: Set fb->dev early on for inherited fbs
Ville Syrjälä
1
-0
/
+6
2016-12-15
drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()
Ville Syrjälä
1
-1
/
+1
[next]