Message ID | 20220519095149.3560034-1-bhanuprakash.modem@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | Expose max and current bpc via debugfs | expand |
On Thu, 19 May 2022, Bhanuprakash Modem <bhanuprakash.modem@intel.com> wrote: > This series will expose the Connector's max supported bpc via connector > debugfs and Crtc's current bpc via crtc debugfs. Also move the existing > vendor specific "output_bpc" logic to drm. Pushed the series to drm-misc-next, thanks for that patches, reviews and acks. BR, Jani. > > Bhanuprakash Modem (3): > drm/debug: Expose connector's max supported bpc via debugfs > drm/i915/display/debug: Expose crtc current bpc via debugfs > drm/amd/display: Move connector debugfs to drm > > .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 4 -- > .../amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 38 +++++++------------ > .../amd/display/amdgpu_dm/amdgpu_dm_debugfs.h | 2 - > drivers/gpu/drm/drm_debugfs.c | 21 ++++++++++ > .../drm/i915/display/intel_display_debugfs.c | 28 ++++++++++++++ > 5 files changed, 62 insertions(+), 31 deletions(-) > > -- > 2.35.1 >