mbox series

[v2,0/2] display device info as a separate debugfs entry

Message ID 20231017203800.123776-1-vinod.govindapillai@intel.com (mailing list archive)
Headers show
Series display device info as a separate debugfs entry | expand

Message

Govindapillai, Vinod Oct. 17, 2023, 8:37 p.m. UTC
Expose the display device info as a separate debugfs entry to list out
display device info and remove the same from i915_capabilities

v2: rename the debugs entry to i915_display_capabilities and patch
    description changes

Vinod Govindapillai (2):
  drm/i915/display: debugfs entry to list display capabilities
  drm/i915: remove display device info from i915 capabilities

 drivers/gpu/drm/i915/display/intel_display_debugfs.c | 12 ++++++++++++
 drivers/gpu/drm/i915/i915_debugfs.c                  |  1 -
 2 files changed, 12 insertions(+), 1 deletion(-)

Comments

Govindapillai, Vinod Oct. 17, 2023, 8:55 p.m. UTC | #1
Hi Swati,

Realized that I cannot remove the display runtime info from i915_capabilties until IGT start using
this new created entry.

So excluded the patch to remove the redundant info from i915_capabilties from this series
A new version is sent! Sorry for the confusion!

BR
vinod

On Tue, 2023-10-17 at 23:37 +0300, Vinod Govindapillai wrote:
> Expose the display device info as a separate debugfs entry to list out
> display device info and remove the same from i915_capabilities
> 
> v2: rename the debugs entry to i915_display_capabilities and patch
>     description changes
> 
> Vinod Govindapillai (2):
>   drm/i915/display: debugfs entry to list display capabilities
>   drm/i915: remove display device info from i915 capabilities
> 
>  drivers/gpu/drm/i915/display/intel_display_debugfs.c | 12 ++++++++++++
>  drivers/gpu/drm/i915/i915_debugfs.c                  |  1 -
>  2 files changed, 12 insertions(+), 1 deletion(-)
>