]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/ast: Remove gamma LUT updates from DPMS code
authorThomas Zimmermann <tzimmermann@suse.de>
Thu, 27 Jun 2024 15:27:50 +0000 (17:27 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Wed, 3 Jul 2024 07:38:23 +0000 (09:38 +0200)
commitbb5367d17e83af95b56d2cc455a09316d6ff3349
treee0b446e64cd3da29884b0ead979e837cd6b6504b
parent4f3265b85fed99d279dac114a5aaf0c13353420a
drm/ast: Remove gamma LUT updates from DPMS code

The DPMS code, called from the CRTC's atomic_enable, rewrites the
gamma LUT. This is already done by the CRTC's atomic_flush. Remove
the duplication.

v2:
- fix a typo in commit message

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Jocelyn Falempe <jfalempe@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240627153638.8765-6-tzimmermann@suse.de
drivers/gpu/drm/ast/ast_mode.c