mbox series

[v2,0/1] Cache SDP caps during connector detection

Message ID 20240704082638.2302092-1-mitulkumar.ajitkumar.golani@intel.com (mailing list archive)
Headers show
Series Cache SDP caps during connector detection | expand

Message

Golani, Mitulkumar Ajitkumar July 4, 2024, 8:26 a.m. UTC
Cache connector caps during connector detection instead of reading
capabilities  each time during atomic commit.

-v2:
- Squash both the patches(Jani).

Mitul Golani (1):
  drm/i915/display: Cache adpative sync caps to use it later

 drivers/gpu/drm/i915/display/intel_alpm.c     |  2 +-
 .../drm/i915/display/intel_display_types.h    |  1 +
 drivers/gpu/drm/i915/display/intel_dp.c       | 22 ++++++++++---------
 drivers/gpu/drm/i915/display/intel_dp.h       |  1 -
 drivers/gpu/drm/i915/display/intel_vrr.c      |  3 +--
 5 files changed, 15 insertions(+), 14 deletions(-)