mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-22 01:43:37 -04:00
[Why]
DCN_VERSION_1_01 is no longer handled in the dal_hw_translate_init
switch since it was inadvertently dropped in the patch that removed the
unnecessary DCN1_01 guards.
This caused numerous regressions on DCN1_01 when loading the driver.
[How]
Add it back.
Fixes:
|
||
---|---|---|
.. | ||
dce80 | ||
dce110 | ||
dce120 | ||
dcn10 | ||
diagnostics | ||
ddc_regs.h | ||
gpio_base.c | ||
gpio_regs.h | ||
gpio_service.c | ||
gpio_service.h | ||
hpd_regs.h | ||
hw_ddc.c | ||
hw_ddc.h | ||
hw_factory.c | ||
hw_factory.h | ||
hw_gpio.c | ||
hw_gpio.h | ||
hw_hpd.c | ||
hw_hpd.h | ||
hw_translate.c | ||
hw_translate.h | ||
Makefile |