index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
radeon
/
evergreen_hdmi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/radeon/audio: make sure connector is valid in hotplug case
Alex Deucher
2015-05-27
1
-2
/
+3
*
drm/radeon: only enable audio streams if the monitor supports it
Alex Deucher
2015-04-27
1
-8
/
+19
*
drm/radeon/audio: don't enable packets until the end
Alex Deucher
2015-04-27
1
-13
/
+17
*
drm/radeon: drop dce6_dp_enable
Alex Deucher
2015-04-27
1
-1
/
+1
*
drm/radeon: fix ordering of AVI packet setup
Alex Deucher
2015-04-27
1
-6
/
+6
*
drm/radeon: properly set dto for dp on DCE4/5
Alex Deucher
2015-03-03
1
-2
/
+2
*
drm/radeon: fix the audio dpms callbacks
Alex Deucher
2015-03-03
1
-36
/
+19
*
radeon/audio: enable DP audio
Slava Grigorev
2015-01-22
1
-0
/
+54
*
radeon/audio: consolidate audio_mode_set() functions
Slava Grigorev
2015-01-22
1
-41
/
+0
*
radeon/audio: removed unnecessary debug settings
Slava Grigorev
2015-01-22
1
-6
/
+0
*
radeon/audio: moved mute programming to a separate function
Slava Grigorev
2015-01-22
1
-4
/
+13
*
radeon/audio: moved audio packet programming to a separate function
Slava Grigorev
2015-01-22
1
-42
/
+42
*
radeon/audio: set_avi_packet() function cleanup
Slava Grigorev
2015-01-22
1
-24
/
+10
*
radeon/audio: removed unnecessary CRC control programing
Slava Grigorev
2015-01-22
1
-3
/
+0
*
radeon: moved HDMI color depth programming to a separate function
Slava Grigorev
2015-01-22
1
-34
/
+35
*
radeon/audio: moved VBI packet programming to separate functions
Alex Deucher
2015-01-22
1
-8
/
+12
*
radeon/audio: consolidate update_acr() functions (v2)
Slava Grigorev
2015-01-22
1
-23
/
+23
*
radeon/audio: consolidate update_avi_infoframe() functions
Slava Grigorev
2015-01-22
1
-11
/
+5
*
radeon/audio: consolidate audio_set_dto() functions
Slava Grigorev
2015-01-22
1
-36
/
+56
*
radeon/audio: consolidate audio_enable() functions
Slava Grigorev
2015-01-22
1
-14
/
+4
*
radeon/audio: consolidate select_pin() functions
Slava Grigorev
2015-01-22
1
-5
/
+1
*
radeon/audio: consolidate audio_get_pin() functions
Slava Grigorev
2015-01-22
1
-2
/
+1
*
radeon/audio: consolidate write_latency_fields() functions
Slava Grigorev
2015-01-22
1
-24
/
+5
*
radeon/audio: consolidate write_speaker_allocation() functions
Slava Grigorev
2015-01-22
1
-32
/
+22
*
radeon/audio: consolidate write_sad_regs() functions
Alex Deucher
2015-01-22
1
-31
/
+7
*
drm/radeon: fix speaker allocation setup
Alex Deucher
2014-10-16
1
-3
/
+3
*
drm/radeon: initialize sadb to NULL in the audio code
Alex Deucher
2014-10-16
1
-1
/
+1
*
drm/radeon: disable audio when we disable hdmi (v2)
Alex Deucher
2014-10-01
1
-0
/
+10
*
drm/radeon: split audio enable between eg and r600 (v2)
Alex Deucher
2014-10-01
1
-4
/
+35
*
drm/radeon: use a fetch function to get the edid
Alex Deucher
2014-08-05
1
-2
/
+2
*
drm/radeon: replace drm_get_connector_name() with direct name field use
Jani Nikula
2014-06-04
1
-3
/
+3
*
drm/radeon: Setup HDMI_CONTROL for hdmi deep color gcp's (v2)
Alex Deucher
2014-06-02
1
-0
/
+30
*
drm/radeon: use hw cts/n values for deep color
Alex Deucher
2014-06-02
1
-3
/
+15
*
drm/radeon: change audio enable logic
Alex Deucher
2014-02-27
1
-11
/
+15
*
drm/radeon: check for 0 count in speaker allocation and SAD code
Alex Deucher
2013-12-17
1
-2
/
+2
*
Revert "drm/radeon/audio: don't set speaker allocation on DCE4+"
Alex Deucher
2013-11-08
1
-3
/
+0
*
drm/radeon/audio: fix missing multichannel PCM SAD in some cases
Anssi Hannula
2013-11-08
1
-5
/
+15
*
Merge tag 'drm-intel-fixes-2013-11-07' of git://people.freedesktop.org/~danve...
Dave Airlie
2013-11-08
1
-2
/
+5
|
\
|
*
drm/radeon: use sw CTS/N values for audio on DCE4+
Alex Deucher
2013-10-23
1
-0
/
+1
|
*
drm/radeon/audio: don't set speaker allocation on DCE4+
Alex Deucher
2013-10-18
1
-0
/
+3
|
*
drm/radeon: use hw generated CTS/N values for audio
Alex Deucher
2013-10-09
1
-2
/
+1
*
|
drm/radeon/audio: write audio/video latency info for DCE6/8
Alex Deucher
2013-11-01
1
-0
/
+3
*
|
drm/radeon/audio: write audio/video latency info for DCE4/5
Alex Deucher
2013-11-01
1
-0
/
+37
*
|
drm/radeon/audio: break out of loops once we match connector
Alex Deucher
2013-11-01
1
-2
/
+6
|
/
*
drm/radeon: set speaker allocation for DCE4/5 (v2)
Alex Deucher
2013-08-30
1
-1
/
+40
*
drm/radeon: set speakers allocation earlier
Rafał Miłecki
2013-08-30
1
-1
/
+6
*
drm/radeon: add audio support for DCE6/8 GPUs (v12)
Alex Deucher
2013-08-30
1
-15
/
+39
*
drm/radeon: fix audio dto calculation on DCE3+ (v3)
Alex Deucher
2013-08-07
1
-2
/
+24
*
drm/radeon: fix audio dto programming on DCE4+
Alex Deucher
2013-07-29
1
-1
/
+1
*
drm/radeon/hdmi: make sure we have an afmt block assigned
Alex Deucher
2013-07-14
1
-0
/
+6
[next]