index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_hdmi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-02
drm/i915/cnp: add CNP gmbus support
Rodrigo Vivi
1
-3
/
+5
2017-05-30
drm/i915: Convert intel_hdmi connector properties to atomic
Maarten Lankhorst
1
-116
/
+33
2017-05-30
Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
1
-1
/
+6
2017-05-08
drm/atomic: Handle picture_aspect_ratio in atomic core
Maarten Lankhorst
1
-15
/
+3
2017-04-26
drm/i915/glk: Don't allow 12 bpc when htotal is too big
Ander Conselvan de Oliveira
1
-0
/
+5
2017-04-05
drm/i915: Typo fix - 'pipe bpc' to 'pipe bpp'
Dhinakaran Pandiyan
1
-1
/
+1
2017-03-28
drm/i915: allow HDMI 2.0 clock rates
Shashank Sharma
1
-0
/
+2
2017-03-28
drm/i915: enable scrambling
Shashank Sharma
1
-0
/
+63
2017-03-13
drm/i915: Reject HDMI 12bpc if the sink doesn't indicate support
Ville Syrjälä
1
-3
/
+21
2017-03-08
Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
1
-12
/
+5
2017-02-27
drm/i915: Store encoder power domain in struct intel_encoder
Ander Conselvan de Oliveira
1
-4
/
+4
2017-02-23
Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...
Linus Torvalds
1
-99
/
+99
2017-02-09
drm/i915: Remove WA for swapped HPD pins in broxton A stepping
Ander Conselvan de Oliveira
1
-8
/
+1
2017-01-26
drm/edid: Set AVI infoframe Q even when QS=0
Ville Syrjälä
1
-2
/
+4
2017-01-26
drm/edid: Introduce drm_hdmi_avi_infoframe_quant_range()
Ville Syrjälä
1
-8
/
+5
2017-01-26
drm/edid: Introduce drm_default_rgb_quant_range()
Ville Syrjälä
1
-1
/
+2
2017-01-25
drm/i915: Add support for audio driver notifications
Jerome Anand
1
-0
/
+1
2016-12-02
drm/i915/glk: Reuse broxton code for geminilake
Ander Conselvan de Oliveira
1
-3
/
+3
2016-11-25
drm/i915: Pass dev_priv to intel_setup_outputs()
Ander Conselvan de Oliveira
1
-4
/
+4
2016-11-23
drm/i915: Remove all ->config dereferences from intel_hdmi, v2.
Maarten Lankhorst
1
-85
/
+85
2016-11-09
drm/i915: Pass atomic state to intel_audio_codec_enable, v2.
Maarten Lankhorst
1
-1
/
+1
2016-11-09
drm/i915: Convert intel_hdmi to use atomic state
Maarten Lankhorst
1
-27
/
+21
2016-11-01
drm/i915: Pass dev_priv to intel_wait_for_vblank()
Ville Syrjälä
1
-1
/
+1
2016-10-21
drm/i915: Respect alternate_ddc_pin for all DDI ports
Ville Syrjälä
1
-36
/
+48
2016-10-14
drm/i915: Make IS_VALLEYVIEW only take dev_priv
Tvrtko Ursulin
1
-1
/
+1
2016-10-14
drm/i915: Make IS_CHERRYVIEW only take dev_priv
Tvrtko Ursulin
1
-5
/
+5
2016-10-14
drm/i915: Make IS_G4X only take dev_priv
Tvrtko Ursulin
1
-2
/
+2
2016-10-14
drm/i915: Make IS_BROXTON only take dev_priv
Tvrtko Ursulin
1
-3
/
+3
2016-10-14
drm/i915: Make INTEL_DEVID only take dev_priv
Tvrtko Ursulin
1
-1
/
+1
2016-10-14
drm/i915: Make HAS_GMCH_DISPLAY only take dev_priv
Tvrtko Ursulin
1
-2
/
+3
2016-10-14
drm/i915: Make INTEL_PCH_TYPE & co only take dev_priv
Tvrtko Ursulin
1
-9
/
+10
2016-10-14
drm/i915: Make HAS_DDI and HAS_PCH_LPT_LP only take dev_priv
Tvrtko Ursulin
1
-5
/
+5
2016-10-12
Merge tag 'drm-for-v4.9' into drm-intel-next-queued
Daniel Vetter
1
-1
/
+8
2016-10-04
drm/i915: Account for sink max TMDS clock when checking the port clock
Ville Syrjälä
1
-1
/
+8
2016-09-21
drm/i915: Store port enum in intel_encoder
Pandiyan, Dhinakaran
1
-0
/
+1
2016-09-07
Revert "drm/i915: Check live status before reading edid"
David Weinehall
1
-33
/
+10
2016-08-23
drm/i915: Make encoder->compute_config take the connector state
Maarten Lankhorst
1
-1
/
+2
2016-08-23
drm/i915: Pass crtc_state and connector_state to encoder functions
Maarten Lankhorst
1
-20
/
+52
2016-07-07
drm/i915: Simplify hdmi_12bpc_possible()
Ville Syrjälä
1
-19
/
+1
2016-07-05
drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
Chris Wilson
1
-1
/
+1
2016-07-04
drm/i915: Mass convert dev->dev_private to to_i915(dev)
Chris Wilson
1
-24
/
+24
2016-06-24
drm/i915: Move connector registration to driver registration
Chris Wilson
1
-1
/
+0
2016-06-24
drm/i915: Move backlight registration to connector registration
Chris Wilson
1
-0
/
+1
2016-06-24
Merge tag 'drm-intel-next-2016-06-20' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-0
/
+3
2016-06-19
drm/i915: Move intel_connector->unregister to connector->early_unregister
Chris Wilson
1
-1
/
+1
2016-06-16
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
1
-1
/
+0
2016-06-10
drm: i915: Rely on the default ->best_encoder() behavior where appropriate
Boris Brezillon
1
-1
/
+0
2016-06-07
drm/i915: Check VBT for port presence in addition to the strap on VLV/CHV
Ville Syrjälä
1
-0
/
+3
2016-05-30
drm/i915: Give encoders useful names
Ville Syrjälä
1
-1
/
+1
2016-05-09
drm/i915: Determine DP++ type 1 DVI adaptor presence based on VBT
Ville Syrjälä
1
-4
/
+26
[next]