dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [V2 0/3] Expose max and current bpc via debugfs
@ 2022-04-11  9:47 Bhanuprakash Modem
  0 siblings, 0 replies; 4+ messages in thread
From: Bhanuprakash Modem @ 2022-04-11  9:47 UTC (permalink / raw)
  To: intel-gfx, dri-devel; +Cc: Bhanuprakash Modem

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.

Test-with: 20220411094147.1650859-2-bhanuprakash.modem@intel.com

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [V2 0/3] Expose max and current bpc via debugfs
  2022-04-11  9:51 Bhanuprakash Modem
@ 2022-05-10 11:18 ` Modem, Bhanuprakash
  0 siblings, 0 replies; 4+ messages in thread
From: Modem, Bhanuprakash @ 2022-05-10 11:18 UTC (permalink / raw)
  To: intel-gfx, dri-devel, amd-gfx, jani.nikula, ville.syrjala,
	harry.wentland, swati2.sharma

Hi Jani,

Can you please help to push this series to drm-next?
CI result: 
https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_102502v7/index.html?

I'll merge IGT changes [1] first, so that we won't break the CI.

[1]: https://patchwork.freedesktop.org/series/102387/

- Bhanu

On Mon-11-04-2022 03:21 pm, Bhanuprakash Modem 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.
> 
> Test-with: 20220411094147.1650859-2-bhanuprakash.modem@intel.com
> 
> 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
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [V2 0/3] Expose max and current bpc via debugfs
@ 2022-04-11  9:51 Bhanuprakash Modem
  2022-05-10 11:18 ` Modem, Bhanuprakash
  0 siblings, 1 reply; 4+ messages in thread
From: Bhanuprakash Modem @ 2022-04-11  9:51 UTC (permalink / raw)
  To: intel-gfx, dri-devel, amd-gfx, jani.nikula, ville.syrjala,
	harry.wentland, swati2.sharma
  Cc: Bhanuprakash Modem

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.

Test-with: 20220411094147.1650859-2-bhanuprakash.modem@intel.com

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [V2 0/3] Expose max and current bpc via debugfs
  2022-04-08  6:53 [PATCH " Bhanuprakash Modem
@ 2022-04-11  9:48 ` Bhanuprakash Modem
  0 siblings, 0 replies; 4+ messages in thread
From: Bhanuprakash Modem @ 2022-04-11  9:48 UTC (permalink / raw)
  To: intel-gfx, dri-devel; +Cc: Bhanuprakash Modem

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.

Test-with: 20220411094147.1650859-2-bhanuprakash.modem@intel.com

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-05-10 11:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-11  9:47 [V2 0/3] Expose max and current bpc via debugfs Bhanuprakash Modem
  -- strict thread matches above, loose matches on Subject: below --
2022-04-11  9:51 Bhanuprakash Modem
2022-05-10 11:18 ` Modem, Bhanuprakash
2022-04-08  6:53 [PATCH " Bhanuprakash Modem
2022-04-11  9:48 ` [V2 " Bhanuprakash Modem

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).