Re: [PATCH] drm: Add a debug message when getting a prop is missing

2022-05-17 Thread Jani Nikula
On Tue, 10 May 2022, Mark Yacoub wrote: > [Why] > If a connector property is attached but > drm_atomic_connector_get_property doesn't handle a case for it, > modeteset will crash with a segfault without. > > [How] > Add a debug message indicating that a connector property is not handled > when

Re: [PATCH] drm: Add a debug message when getting a prop is missing

2022-05-16 Thread Mark Yacoub
friendly ping :)) On Tue, May 10, 2022 at 2:28 PM Mark Yacoub wrote: > > [Why] > If a connector property is attached but > drm_atomic_connector_get_property doesn't handle a case for it, > modeteset will crash with a segfault without. > > [How] > Add a debug message indicating that a connector

Re: [PATCH] drm: Add a debug message when getting a prop is missing

2022-05-12 Thread Mark Yacoub
friendly ping :) On Tue, May 10, 2022 at 2:28 PM Mark Yacoub wrote: > > [Why] > If a connector property is attached but > drm_atomic_connector_get_property doesn't handle a case for it, > modeteset will crash with a segfault without. > > [How] > Add a debug message indicating that a connector

[PATCH] drm: Add a debug message when getting a prop is missing

2022-05-10 Thread Mark Yacoub
[Why] If a connector property is attached but drm_atomic_connector_get_property doesn't handle a case for it, modeteset will crash with a segfault without. [How] Add a debug message indicating that a connector property is not handled when user space is trying to read it. TEST=modetest