Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
4a3436e85ccc2925f4ee7e363131107bb00aab77
/
drivers
/
gpu
/
drm
/
i915
/
intel_display.c
4a3436e
drm/i915: Shuffle fifo underrun disable/enable points for gmch platforms
by Ville Syrjälä
· 11 years ago
56b80e1
drm/i915: Check for FIFO underruns at the end of modeset on gmch
by Ville Syrjälä
· 11 years ago
d3eaf88
drm/i915: Re-enable vblank irqs for already active pipes
by Ville Syrjälä
· 11 years ago
d40d918
Merge branch 'topic/drm-vblank-rework' into drm-intel-next-queued
by Daniel Vetter
· 11 years ago
c5ab3bc
drm/i915: Accurately initialize fifo underrun state on gmch platforms
by Daniel Vetter
· 11 years ago
87b6b10
drm/i915: Use new kms-native vblank functions
by Daniel Vetter
· 11 years ago
add1d00
drm/i915: Remove drm_vblank_pre/post_modeset calls
by Daniel Vetter
· 11 years ago
4fa62c8
drm/i915: Move buffer pinning and ring selection to intel_crtc_page_flip()
by Ville Syrjälä
· 11 years ago
6304cd9
drm/i915: Drop the excessive vblank waits from modeset codepaths
by Ville Syrjälä
· 11 years ago
cea165c
drm/i915: Wait for vblank in hsw_enable_ips()
by Ville Syrjälä
· 11 years ago
75f7f3e
drm/i915: Fix mmio vs. CS flip race on ILK+
by Ville Syrjälä
· 11 years ago
f275228
drm: Add drm_vblank_on()
by Ville Syrjälä
· 11 years ago
580d381
drm/i915/chv: Reset data lanes in encoder .post_disable() hook
by Ville Syrjälä
· 11 years ago
d752048
drm/i915/chv: Turn off dclkp after the PLL has been disabled
by Ville Syrjälä
· 11 years ago
949c1d4
drm/i915/chv: Move data lane deassert to encoder pre_enable
by Ville Syrjälä
· 11 years ago
a11b070
drm/i915/chv: Fix CHV PLL state tracking
by Ville Syrjälä
· 11 years ago
9418c1f
drm/i915/chv: Register port D encoders and connectors
by Ville Syrjälä
· 11 years ago
5efb3e2
drm/i915/chv: Add cursor pipe offsets
by Ville Syrjälä
· 11 years ago
85b3894
drm/i915: s/ironlake_/intel_ for the enable_share_dpll function
by Daniel Vetter
· 11 years ago
b14b105
drm/i915: Extract intel_prepare_shared_dpll
by Daniel Vetter
· 11 years ago
f2a69f4
drm/i915: Only update shared dpll state when needed
by Daniel Vetter
· 11 years ago
bdd4b6a
drm/i915: Extract vlv_prepare_pll
by Daniel Vetter
· 11 years ago
f13c2ef
drm/i915: Extract i9xx_set_pll_dividers
by Daniel Vetter
· 11 years ago
229fca9
drm/i915: Shovel hw setup code out of hsw_crtc_mode_set
by Daniel Vetter
· 11 years ago
29407aa
drm/i915: Shovel hw setup code out of ilk_crtc_mode_set
by Daniel Vetter
· 11 years ago
644cef3
drm/i915: Move lowfreq_avail around a bit in ilk/hsw_crtc_mode_set
by Daniel Vetter
· 11 years ago
5b18e57
drm/i915: Shovel hw setup code out of i9xx_crtc_mode_set
by Daniel Vetter
· 11 years ago
eed6d67
drm/i915: Don't die in wait_for_pending_flips
by Daniel Vetter
· 11 years ago
eba905b
drivers/gpu/drm/i915/intel_display: coding style fixes
by Robin Schroer
· 11 years ago
4c10794
drm/i915: Move fb pinning into __intel_set_mode
by Daniel Vetter
· 11 years ago
c8f7a0d
drm/i915: Inline set_base into crtc_mode_set
by Daniel Vetter
· 11 years ago
71b1c37
drm/i915: Sprinkle intel_edp_psr_update over crtc_enable/disable
by Daniel Vetter
· 11 years ago
efa9624
drm/i915: More cargo-culted locking for intel_update_fbc
by Daniel Vetter
· 11 years ago
29b9bde
drm/i915: Make ->update_primary_plane infallible
by Daniel Vetter
· 11 years ago
4271b75
drm/i915: Stop calling encoder->mode_set
by Daniel Vetter
· 11 years ago
9ed109a
drm/i915: Track has_audio in the pipe config
by Daniel Vetter
· 11 years ago
b5a9fa0
drm/i915: state readout and cross checking for limited_color_range
by Daniel Vetter
· 11 years ago
6897b4b5
drm/i915: Track hdmi mode in the pipe config
by Daniel Vetter
· 11 years ago
70e1e0e
drm/i915: Use for_each_crtc() when iterating through the CRTCs
by Damien Lespiau
· 11 years ago
d3fcc80
drm/i915: Use for_each_intel_crtc() when iterating through intel_crtcs
by Damien Lespiau
· 11 years ago
56ef52c
drm/i915: Kill vblank waits after pipe enable on gmch platforms
by Ville Syrjälä
· 11 years ago
9ab0460
drm/i915: Disable/enable planes as the first/last thing during modeset on gmch platforms
by Ville Syrjälä
· 11 years ago
7895a81
drm/i915/chv: CHV doesn't have CRT output
by Ville Syrjälä
· 11 years ago
70b23a9
drm/i915/chv: Add DPLL state readout support
by Ville Syrjälä
· 11 years ago
44f37d1
drm/i915/chv: Pipe select change for DP and HDMI
by Chon Ming Lee
· 11 years ago
9d556c9
drm/i915/chv: Add update and enable pll for Cherryview
by Chon Ming Lee
· 11 years ago
ef9348c
drm/i915/chv: find the best divisor for the target clock v4
by Chon Ming Lee
· 11 years ago
076ed3b
drm/i915/chv: Trigger phy common lane reset
by Chon Ming Lee
· 11 years ago
00fc31b
drm/i915/chv: Update Cherryview DPLL changes to support Port D. v2
by Chon Ming Lee
· 11 years ago
a09cadd
drm/i915/chv: Add DPIO offset for Cherryview. v3
by Chon Ming Lee
· 11 years ago
d3eedb1
drm/i915: Convert gmch platforms over to ilk_crtc_{enable, disable}_planes()
by Ville Syrjälä
· 11 years ago
10efa93
drm/i915: Remove useless checks from primary enable/disable
by Ville Syrjälä
· 11 years ago
8d7849d
drm/i915: Make sprite updates atomic
by Ville Syrjälä
· 11 years ago
0d56bf0
drm/i915: Make encoder->mode_set callbacks optional
by Daniel Vetter
· 11 years ago
98ec773
drm/i915: Make primary_enabled match the actual hardware state
by Ville Syrjälä
· 11 years ago
1c8562f
drm/i915: Fix assert_plane warning during FDI link train
by Ville Syrjälä
· 11 years ago
8a6543b
drm/i915: Fix deadlock during driver init on ILK
by Ville Syrjälä
· 11 years ago
92b806d
drm/i915: make runtime PM swizzling/ring_freq init platform independent
by Imre Deak
· 11 years ago
c2bc2fc
drm/i915: factor out gen6_update_ring_freq
by Imre Deak
· 11 years ago
b5478bc
drm/i915: make runtime PM interrupt enable/disable platform independent
by Imre Deak
· 11 years ago
f301b1e
drm/i915: add missing error capturing of the PIPESTAT reg
by Imre Deak
· 11 years ago
885ac04
Merge tag 'drm-intel-next-2014-04-16' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 11 years ago
9953599
drm/i915: Don't check gmch state on inherited configs
by Daniel Vetter
· 11 years ago
c790579
drm/i915: Remove vblank wait from haswell_write_eld
by Daniel Vetter
· 11 years ago
a5c4d7b
drm/i915: Disable/enable planes as the first/last thing during modeset on ILK+
by Ville Syrjälä
· 11 years ago
be6a6f8
drm/i915: Don't vblank wait on ilk-ivb after pipe enable
by Daniel Vetter
· 11 years ago
23d0b13
drm/i915/bdw: Add 42ms delay for IPS disable
by Ben Widawsky
· 11 years ago
932aae4
drm/i915: Remove misleading debug message
by Damien Lespiau
· 11 years ago
f476828
drm/i915/bdw: Use the GEN8 SRM when qeueing a flip
by Damien Lespiau
· 11 years ago
9393707
drm/i915: warn when a vblank wait times out
by Jesse Barnes
· 11 years ago
8cbf320
Merge remote-tracking branch 'airlied/drm-next' into HEAD
by Daniel Vetter
· 11 years ago
9f97ba8
Merge tag 'drm-intel-fixes-2014-04-04' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 11 years ago
2070f00
drm/i915: Move DP M/N setup from update_pll to mode_set for gmch platforms
by Ville Syrjälä
· 11 years ago
66e514c
Merge tag 'drm-intel-next-2014-03-21' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 11 years ago
9926ada
drm/i915: only check for irqs_disabled when disabling LCPLL
by Paulo Zanoni
· 11 years ago
f4510a2
drm: Replace crtc fb with primary plane fb (v3)
by Matt Roper
· 11 years ago
af2b653
drm/i915: Restrict plane loops to only operate on overlay planes (v2)
by Matt Roper
· 11 years ago
3c4c9b8
drm/i915: BDW needs D_COMP writes through MCHBAR
by Paulo Zanoni
· 11 years ago
414de7a0
drm/i915: remove HAS_PC8 check
by Paulo Zanoni
· 11 years ago
9a952a0
drm/i915: add SNB runtime PM support
by Paulo Zanoni
· 11 years ago
730488b
drm/i915: kill dev_priv->pm.regsave
by Paulo Zanoni
· 11 years ago
5812d07
drm/i915: Kill crtc->plane checks from the primary plane update hooks
by Ville Syrjälä
· 11 years ago
068be56
drm/i915: Don't store the max cursor width/height in the crtc
by Damien Lespiau
· 11 years ago
d60c447
drm/i915: vlv: cache current CD clock rate
by Imre Deak
· 11 years ago
ae48434
drm/i915: vlv: reserve the GT power context only once during driver init
by Imre Deak
· 11 years ago
fbee40d
drm/i915/display: prefer struct drm_i915_private to drm_i915_private_t
by Jani Nikula
· 11 years ago
1caea6e
drm/i915: Make sure vsyncshift is positive
by Ville Syrjälä
· 11 years ago
efc2cff
drm/i915: Fix the interlace mode selection for gmch platforms
by Ville Syrjälä
· 11 years ago
609aeac
drm/i915: Program VSYNCSHIFT in a more consistent manner
by Ville Syrjälä
· 11 years ago
92b576e
drm/i915/vlv: use W_SYNC_SHIFT for interlaced modes on VLV
by Jesse Barnes
· 11 years ago
64f962e
drm/i915: Recompute WM when the cursor size changes
by Chris Wilson
· 11 years ago
4cc3148
drm/i915: Fix initial pipe underrun state tracking
by Daniel Vetter
· 11 years ago
4726e0b
drm/i915: Enabling 128x128 and 256x256 ARGB Cursor Support
by Sagar Kamble
· 11 years ago
765dab67
drm/i915: update the PC8 and runtime PM documentation
by Paulo Zanoni
· 11 years ago
a14cb6f
drm/i915: rename __hsw_do_{en, dis}able_pc8
by Paulo Zanoni
· 11 years ago
5d584b2
drm/i915: move pc8.irqs_disabled to pm.irqs_disabled
by Paulo Zanoni
· 11 years ago
7c8615d
drm/i915: remove dev_priv->pc8.enabled
by Paulo Zanoni
· 11 years ago
6a932d8
drm/i915: don't get/put PC8 when getting/putting power wells
by Paulo Zanoni
· 11 years ago
e1f2de6
drm/i915: remove an indirection level on PC8 functions
by Paulo Zanoni
· 11 years ago
34f5754
drm/i915: kill pc8.disable_count
by Paulo Zanoni
· 11 years ago
Next »