]> Git Repo - linux.git/commit
drm/exynos/vidi: simplify fake edid handling
authorJani Nikula <[email protected]>
Thu, 30 May 2024 10:01:53 +0000 (13:01 +0300)
committerInki Dae <[email protected]>
Wed, 3 Jul 2024 04:00:14 +0000 (13:00 +0900)
commit10b566f21beaba03bcc519055ff03b515d3c4137
tree371835189862e01163434e26243ba043b5a74e4d
parent679ca523843004bd656a712e703489e15be992c8
drm/exynos/vidi: simplify fake edid handling

Avoid assigning fake_edid_info to ctx->raw_edid. Always keep
ctx->raw_edid either an allocated pointer or NULL. Defer fake_edid_info
handling to .get_modes().

This should be functionally equivalent but slightly easier to follow.

Signed-off-by: Jani Nikula <[email protected]>
Signed-off-by: Inki Dae <[email protected]>
drivers/gpu/drm/exynos/exynos_drm_vidi.c
This page took 0.042584 seconds and 4 git commands to generate.