mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 09:01:36 -04:00
drm/i915/crt: Drop the unused ADPA_DPMS bit definitions
The ADPA_DPMS bit definitions are just an alias for the sync disable bits, and unused one at that. Drop the pointless definitions. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20241107161123.16269-4-ville.syrjala@linux.intel.com Reviewed-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
@@ -1188,11 +1188,6 @@
|
||||
#define ADPA_VSYNC_ACTIVE_LOW 0
|
||||
#define ADPA_HSYNC_ACTIVE_HIGH (1 << 3)
|
||||
#define ADPA_HSYNC_ACTIVE_LOW 0
|
||||
#define ADPA_DPMS_MASK (~(3 << 10))
|
||||
#define ADPA_DPMS_ON (0 << 10)
|
||||
#define ADPA_DPMS_SUSPEND (1 << 10)
|
||||
#define ADPA_DPMS_STANDBY (2 << 10)
|
||||
#define ADPA_DPMS_OFF (3 << 10)
|
||||
|
||||
/* Hotplug control (945+ only) */
|
||||
#define PORT_HOTPLUG_EN(dev_priv) _MMIO(DISPLAY_MMIO_BASE(dev_priv) + 0x61110)
|
||||
|
||||
Reference in New Issue
Block a user