]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm: Introduce 'power saving policy' drm property
authorMario Limonciello <mario.limonciello@amd.com>
Wed, 3 Jul 2024 05:17:21 +0000 (00:17 -0500)
committerHamza Mahfooz <hamza.mahfooz@amd.com>
Wed, 10 Jul 2024 20:58:19 +0000 (16:58 -0400)
commit76299a557f36d624ca32500173ad7856e1ad93c0
tree0b115f5017673d31401aca98cd5610a10528089f
parent0e7f4e6a20d550252c4f355d5a303b1d9c8ff052
drm: Introduce 'power saving policy' drm property

The `power saving policy` DRM property is an optional property that
can be added to a connector by a driver.

This property is for compositors to indicate intent of policy of
whether a driver can use power saving features that may compromise
the experience intended by the compositor.

Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240703051722.328-2-mario.limonciello@amd.com
drivers/gpu/drm/drm_connector.c
include/drm/drm_connector.h
include/drm/drm_mode_config.h
include/uapi/drm/drm_mode.h