]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Add MSF panel to DPCD 0x317 patch list
authorTobias Jakobi <tjakobi@math.uni-bielefeld.de>
Sat, 9 Mar 2024 01:47:32 +0000 (02:47 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 30 Apr 2024 14:03:20 +0000 (10:03 -0400)
commit7c0ac603383a03b8725fb6e254b8a883129af188
tree095ea7cf8f0b9cb0958856d8b40f15f37fa0209c
parentb96033424d4c6a97dc01bc80c506baa035b9e50c
drm/amd/display: Add MSF panel to DPCD 0x317 patch list

This 8.4 inch panel is integrated in the Ayaneo Kun handheld
device. The panel resolution is 2560×1600, i.e. it has
portrait dimensions.

Decoding the EDID shows:
Manufacturer: MSF
Model: 4099
Display Product Name: 'TV080WUM-NL0 '

Judging from the product name this might be a clone of a
BOE panel, but with larger dimensions.

Panel frequently shows non-functional backlight control. Adding
some debug prints to update_connector_ext_caps() shows that
something the OLED bit of ext_caps is set, and then the driver
assumes that backlight is controlled via AUX.

Forcing backlight control to PWM via amdgpu.backlight=0 restores
backlight operation.

Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c