]> git.baikalelectronics.ru Git - kernel.git/commit
drm/edid: have edid_block_check() detect blocks that are all zero
authorJani Nikula <jani.nikula@intel.com>
Mon, 11 Apr 2022 14:00:25 +0000 (17:00 +0300)
committerJani Nikula <jani.nikula@intel.com>
Thu, 14 Apr 2022 13:51:13 +0000 (16:51 +0300)
commit8dcb4d868790f5ecef70d54a1e3d03e343ab8396
treec94600d1a26643ed776f37acd8738dcdfdfdbf4d
parent4240bebe1a08cea59795edd3989af1f9eb0f72c8
drm/edid: have edid_block_check() detect blocks that are all zero

We have the check function, have it also detect blocks that are all zero
instead of leaving that to callers.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/f9ad302e6b7dbcd1dff98d94ec5500ce27bebe10.1649685475.git.jani.nikula@intel.com
drivers/gpu/drm/drm_edid.c