summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/Makefile
diff options
context:
space:
mode:
authorManasi Navare <manasi.d.navare@intel.com>2021-01-25 23:08:18 +0300
committerManasi Navare <manasi.d.navare@intel.com>2021-01-26 02:02:45 +0300
commit5b0c59454314f1c6f384826c6fb30023c981b5e6 (patch)
treee7054251e8fb2e28cbe871dd95d623e8def7071b /drivers/gpu/drm/i915/Makefile
parentd1e2775e9b9690b3f4488ee8e44773b580654d68 (diff)
downloadlinux-5b0c59454314f1c6f384826c6fb30023c981b5e6.tar.xz
drm/i915/display/vrr: Create VRR file and add VRR capability check
We create a new file for all VRR related helpers. Also add a function to check vrr capability based on platform support, DPCD bits and EDID monitor range. v2: * Remove author (Jani N) * Define HAS_VRR (Jani N) * Ensure intel_dp can be obtained from conn (Jani N) v3: * Fix the header indent (Manasi) Cc: Ville Syrjälä <ville.syrjala@linux.intel.com> Cc: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Manasi Navare <manasi.d.navare@intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20210125200818.2015-1-manasi.d.navare@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/Makefile')
-rw-r--r--drivers/gpu/drm/i915/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile
index 089f8e556432..ffd3a15f0ca1 100644
--- a/drivers/gpu/drm/i915/Makefile
+++ b/drivers/gpu/drm/i915/Makefile
@@ -260,6 +260,7 @@ i915-y += \
display/intel_sdvo.o \
display/intel_tv.o \
display/intel_vdsc.o \
+ display/intel_vrr.o \
display/vlv_dsi.o \
display/vlv_dsi_pll.o