Searched refs:quirk_backlight_present (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_quirks.c | 37 static void quirk_backlight_present(struct drm_i915_private *i915) in quirk_backlight_present() function 167 { 0x0a06, 0x1025, 0x0a11, quirk_backlight_present }, 170 { 0x0a16, 0x1025, 0x0a11, quirk_backlight_present }, 173 { 0x27a2, 0x8086, 0x7270, quirk_backlight_present }, 176 { 0x2a02, 0x106b, 0x00a1, quirk_backlight_present }, 179 { 0x0a06, 0x1179, 0x0a88, quirk_backlight_present }, 182 { 0x0a06, 0x103c, 0x21ed, quirk_backlight_present }, 185 { 0x0a06, 0x1028, 0x0a35, quirk_backlight_present }, 188 { 0x0a16, 0x1028, 0x0a35, quirk_backlight_present },
|