mbox series

[v6,0/3] VRR capable attach prop in i915, VRR debugfs

Message ID 20200622142519.16214-1-bhanuprakash.modem@intel.com (mailing list archive)
Headers show
Series VRR capable attach prop in i915, VRR debugfs | expand

Message

Modem, Bhanuprakash June 22, 2020, 2:25 p.m. UTC
This is an initial set of patches for enabling VRR support in i915.
This series has patches for:
1. Attach and set VRR capable connector prop for Intel DP conn
2. Expose VRR min and max through debugfs
3. Remove AMD specific logic to create debugfs

Aditya Swarup (1):
  drm/i915/dp: Attach and set drm connector VRR property

Bhanuprakash Modem (2):
  drm/debug: Expose connector VRR monitor range via debugfs
  Revert "drm/amd/display: Expose connector VRR range via debugfs"

 .../amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 20 --------------
 drivers/gpu/drm/drm_debugfs.c                 | 22 +++++++++++++++
 drivers/gpu/drm/i915/display/intel_dp.c       | 27 +++++++++++++++++++
 drivers/gpu/drm/i915/display/intel_dp.h       |  2 ++
 4 files changed, 51 insertions(+), 20 deletions(-)