aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga/xilinx-selectmap.c
diff options
context:
space:
mode:
authorSam Ravnborg <[email protected]>2024-05-31 22:37:45 +0200
committerRobert Foss <[email protected]>2024-06-10 14:09:42 +0200
commitac4be1e5016551e24887385a09eca4f340deb1a5 (patch)
tree4cdb304151921e4d7884ac4c5ad348e74eac6fdf /drivers/fpga/xilinx-selectmap.c
parent54034bebb22fd4bef45a0404ed5f2d0c7d7ac126 (diff)
drm/mediatek: Drop chain_mode_fixup call in mode_valid()
The mode_valid implementation had a call to drm_bridge_chain_mode_fixup() which would be wrong as the mode_valid is not allowed to change anything - only to validate the mode. As the next bridge is often/always a connector the call had no effect anyway. So drop it. From the git history I could see this call was included in the original version of the driver so there was no help there to find out why it was added in the first place. But a lot has changed since the initial driver were added and is seems safe to remove the call now. v4: - Link to v3: https://lore.kernel.org/dri-devel/[email protected]/ - Rebase, and added acks/rb v3: - Link to v2: https://lore.kernel.org/dri-devel/[email protected]/ v2: - Link to v1: https://lore.kernel.org/dri-devel/[email protected]/ Signed-off-by: Sam Ravnborg <[email protected]> Reviewed-by: Maxime Ripard <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Acked-by: Chun-Kuang Hu <[email protected]> Cc: Chun-Kuang Hu <[email protected]> Cc: Philipp Zabel <[email protected]> Cc: Matthias Brugger <[email protected]> Cc: Dafna Hirschfeld <[email protected]> Cc: [email protected] Cc: [email protected] Signed-off-by: Robert Foss <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/fpga/xilinx-selectmap.c')
0 files changed, 0 insertions, 0 deletions