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.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
/
display
/
vlv_dsi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-08
drm/i915: refactor skylake scaler code into new file.
Dave Airlie
1
-0
/
+1
2021-01-07
drm/i915/dsi: Use unconditional msleep for the panel_on_delay when there is n...
Hans de Goede
1
-3
/
+13
2020-10-09
drm/i915: Wait for VLV/CHV/BXT/GLK DSI panel power cycle delay on reboot
Ville Syrjälä
1
-0
/
+8
2020-09-15
drm/i915: Reduce INTEL_DISPLAY_ENABLED to just treat outputs as disconnected
Ville Syrjälä
1
-0
/
+1
2020-05-29
drm/i915: Stop using mode->private_flags
Ville Syrjälä
1
-3
/
+3
2020-04-24
drm/i915: Have pfit calculations return an error code
Ville Syrjälä
1
-2
/
+4
2020-04-24
drm/i915: Pass connector state to pfit calculations
Ville Syrjälä
1
-4
/
+2
2020-04-24
drm/i915: s/pipe_config/crtc_state/ in pfit functions
Ville Syrjälä
1
-3
/
+2
2020-04-21
drm/i915/display/vlv_dsi: Prefer drm_WARN_ON over WARN_ON
Pankaj Bharadiya
1
-1
/
+1
2020-04-03
drm/i915: Pass atomic state to encoder hooks
Ville Syrjälä
1
-4
/
+8
2020-03-25
drm/i915/dsi: use struct drm_device based logging
Jani Nikula
1
-1
/
+2
2020-03-02
drm/i915/dsi: Remove readback of panel orientation on BYT / CHT
Hans de Goede
1
-54
/
+1
2020-02-25
Merge drm/drm-next into drm-intel-next-queued
Rodrigo Vivi
1
-3
/
+2
2020-02-20
Merge tag 'drm-misc-next-2020-02-10' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-3
/
+2
2020-02-04
drm/i915/vlv_dsi: conversion to drm_device based logging macros.
Wambui Karuga
1
-34
/
+46
2020-02-04
drm/i915/display: Make WARN* drm specific where drm_device ptr is available
Pankaj Bharadiya
1
-1
/
+1
2020-01-31
drm/i915: move pipe, pch and vblank enable to encoders on DDI platforms
Jani Nikula
1
-0
/
+11
2020-01-27
drm/i915/vlv_dsi: use intel_de_*() functions for register access
Jani Nikula
1
-165
/
+180
2020-01-21
drm/i915: Use intel_attached_encoder()
Ville Syrjälä
1
-1
/
+1
2020-01-13
drm/i915: Pass intel_encoder to enc_to_*()
Ville Syrjälä
1
-18
/
+18
2020-01-11
drm/connector: Split out orientation quirk detection (v2)
Derek Basehore
1
-3
/
+2
2020-01-03
drm/i915/dsi: Init panel-enable GPIO to low when the LCD is initially off (v2)
Hans de Goede
1
-1
/
+3
2020-01-03
drm/i915/dsi: Move poking of panel-enable GPIO to intel_dsi_vbt.c
Hans de Goede
1
-25
/
+2
2019-12-29
drm/i915: prefer 3-letter acronym for skylake
Lucas De Marchi
1
-1
/
+1
2019-12-18
drm/i915: Move stuff from haswell_crtc_disable() into encoder .post_disable()
Ville Syrjälä
1
-2
/
+8
2019-11-01
drm/i915: Perform automated conversions for crtc uapi/hw split, base -> uapi.
Maarten Lankhorst
1
-5
/
+5
2019-11-01
drm/i915: Perform automated conversions for crtc uapi/hw split, base -> hw.
Maarten Lankhorst
1
-5
/
+5
2019-10-31
drm/i915: Simplify pipe_mask setup even further
Ville Syrjälä
1
-1
/
+1
2019-10-31
drm/i915: s/crtc_mask/pipe_mask/
Ville Syrjälä
1
-3
/
+3
2019-08-23
drm/i915: Use enum pipe consistently
Ville Syrjälä
1
-1
/
+1
2019-08-17
drm/i915: Wrappers for display register waits
Daniele Ceraolo Spurio
1
-55
/
+27
2019-08-07
drm/i915: rename intel_drv.h to display/intel_display_types.h
Jani Nikula
1
-1
/
+1
2019-07-09
drm/i915: Add icl mipi dsi properties
Vandita Kulkarni
1
-2
/
+2
2019-06-17
drm/i915: move modesetting output/encoder code under display/
Jani Nikula
1
-0
/
+1996