diff options
author | 2023-11-03 22:18:24 +0200 | |
---|---|---|
committer | 2023-11-22 18:50:35 +0200 | |
commit | e2a97a08ce179ee2ac33a0e24b890fb0638ac3f5 (patch) | |
tree | cf72fcde4f99093d51061ce73957a46877564077 /drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | |
parent | drm/i915/dsi: Replace check with a (missing) MIPI sequence name (diff) | |
download | linux-rng-e2a97a08ce179ee2ac33a0e24b890fb0638ac3f5.tar.xz linux-rng-e2a97a08ce179ee2ac33a0e24b890fb0638ac3f5.zip |
drm/i915/dsi: Remove GPIO lookup table at the end of intel_dsi_vbt_gpio_init()
To properly deal with GPIOs used in MIPI panel sequences a temporary
GPIO lookup will be used. Since there can only be 1 GPIO lookup table
for the "0000:00:02.0" device this will not work if the GPIO lookup
table used by intel_dsi_vbt_gpio_init() is still registered.
After getting the "backlight" and "panel" GPIOs the lookup table
registered by intel_dsi_vbt_gpio_init() is no longer necessary,
remove it so that another temporary lookup-table for the "0000:00:02.0"
device can be added.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Jani Nikula <jani.nikula@intel.com>
Tested-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231103201831.1037416-10-andriy.shevchenko@linux.intel.com
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c')
0 files changed, 0 insertions, 0 deletions