index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-11
drm/i915: Nuke dpio_phy_iosf_port[]
Ville Syrjälä
5
-23
/
+14
2020-09-11
drm/i915: move gmbus restore to i915_restore_display
Jani Nikula
1
-2
/
+2
2020-09-11
drm/i915: move gen4 GCDGMBUS save/restore to display save/restore
Jani Nikula
1
-9
/
+12
2020-09-11
drm/i915: disable all display features when no display
Jani Nikula
1
-0
/
+8
2020-09-06
drm/i915: panel: Use atomic PWM API for devs with an external PWM controller
Hans de Goede
2
-40
/
+33
2020-09-06
drm/i915: panel: Honor the VBT PWM min setting for devs with an external PWM ...
Hans de Goede
1
-3
/
+4
2020-09-06
drm/i915: panel: Honor the VBT PWM frequency for devs with an external PWM co...
Hans de Goede
2
-8
/
+12
2020-09-06
drm/i915: panel: Add get_vbt_pwm_freq() helper
Hans de Goede
1
-10
/
+17
2020-09-06
pwm: crc: Implement get_state() method
Hans de Goede
1
-0
/
+31
2020-09-06
pwm: crc: Implement apply() method to support the new atomic PWM API
Hans de Goede
1
-35
/
+54
2020-09-06
pwm: crc: Enable/disable PWM output on enable/disable
Hans de Goede
1
-0
/
+4
2020-09-06
pwm: crc: Fix period changes not having any effect
Hans de Goede
1
-5
/
+2
2020-09-06
pwm: crc: Fix off-by-one error in the clock-divider calculations
Hans de Goede
1
-3
/
+14
2020-09-06
pwm: crc: Fix period / duty_cycle times being off by a factor of 256
Hans de Goede
1
-3
/
+3
2020-09-06
pwm: lpss: Remove suspend/resume handlers
Hans de Goede
3
-28
/
+0
2020-09-06
pwm: lpss: Make pwm_lpss_apply() not rely on existing hardware state
Hans de Goede
1
-12
/
+9
2020-09-06
pwm: lpss: Add pwm_lpss_prepare_enable() helper
Hans de Goede
1
-19
/
+26
2020-09-06
pwm: lpss: Add range limit check for the base_unit register value
Hans de Goede
1
-1
/
+2
2020-09-06
pwm: lpss: Fix off by one error in base_unit math in pwm_lpss_prepare()
Hans de Goede
1
-3
/
+3
2020-09-06
ACPI / LPSS: Save Cherry Trail PWM ctx registers only once (at activation)
Hans de Goede
1
-4
/
+17
2020-09-06
ACPI / LPSS: Resume Cherry Trail PWM controller in no-irq phase
Hans de Goede
1
-0
/
+1
2020-09-04
drm/i915: remove the extra modeset init layer
Jani Nikula
1
-43
/
+21
2020-09-04
drm/i915: split out intel_modeset_driver_remove_nogem() and simplify
Jani Nikula
3
-21
/
+16
2020-09-04
drm/i915: move more display related probe to intel_modeset_init_noirq()
Jani Nikula
2
-38
/
+35
2020-09-04
drm/i915: split intel_modeset_init() pre/post gem init
Jani Nikula
3
-17
/
+29
2020-09-03
drm/i915: fix regression leading to display audio probe failure on GLK
Kai Vehmanen
1
-6
/
+4
2020-09-01
drm/i915: Add HDCP 1.4 support for MST connectors
Sean Paul
3
-2
/
+84
2020-09-01
drm/i915: Print HDCP version info for all connectors
Sean Paul
1
-12
/
+9
2020-09-01
drm/mst: Add support for QUERY_STREAM_ENCRYPTION_STATUS MST sideband message
Sean Paul
2
-0
/
+167
2020-09-01
drm/i915: Add connector to hdcp_shim->check_link()
Sean Paul
4
-8
/
+10
2020-09-01
drm/i915: Plumb port through hdcp init
Sean Paul
4
-8
/
+10
2020-09-01
drm/i915: Factor out HDCP shim functions from dp for use by dp_mst
Sean Paul
4
-606
/
+642
2020-09-01
drm/i915: Use ddi_update_pipe in intel_dp_mst
Sean Paul
3
-5
/
+13
2020-09-01
drm/i915: Support DP MST in enc_to_dig_port() function
Sean Paul
1
-7
/
+14
2020-09-01
drm/i915: Don't fully disable HDCP on a port if multiple pipes are using it
Sean Paul
5
-0
/
+45
2020-09-01
drm/i915: Clean up intel_hdcp_disable
Sean Paul
1
-9
/
+10
2020-09-01
drm/i915: Protect workers against disappearing connectors
Sean Paul
1
-5
/
+39
2020-09-01
drm/i915: Factor out hdcp->value assignments
Sean Paul
1
-21
/
+46
2020-09-01
drm/i915: Use the cpu_transcoder in intel_hdcp to toggle HDCP signalling
Sean Paul
6
-22
/
+26
2020-09-01
drm/i915: Intercept Aksv writes in the aux hooks
Sean Paul
1
-33
/
+29
2020-09-01
drm/i915: WARN if HDCP signalling is enabled upon disable
Sean Paul
1
-0
/
+2
2020-09-01
drm/i915: Clear the repeater bit on HDCP disable
Sean Paul
1
-0
/
+6
2020-09-01
drm/i915: Fix sha_text population code
Sean Paul
1
-6
/
+20
2020-08-28
drm/i915/display: Ensure that ret is always initialized in icl_combo_phy_veri...
Nathan Chancellor
1
-2
/
+2
2020-08-28
drm/i915/ehl: Update voltage swing table
José Roberto de Souza
1
-5
/
+5
2020-08-28
drm/i915/display/ehl: Use EHL DP tables for eDP ports without low power support
José Roberto de Souza
1
-3
/
+19
2020-08-28
drm/i915/display/tgl: Use TGL DP tables for eDP ports without low power support
José Roberto de Souza
1
-19
/
+33
2020-08-28
drm/i915/tgl: Fix stepping WA matching
José Roberto de Souza
6
-15
/
+57
2020-08-27
drm/i915/display: Fix DRRS debugfs
José Roberto de Souza
1
-2
/
+10
2020-08-27
drm/i915/display: Disable DRRS when needed in fastsets
José Roberto de Souza
3
-10
/
+65
[next]