Re: [PATCH] drm: Fix kernel doc for DRM_MODE_PROP_IMMUTABLE

2018-10-09 Thread Manasi Navare
Thanks for the review. Pushed to drm-misc. Manasi On Wed, Oct 03, 2018 at 09:32:49PM +0200, Daniel Vetter wrote: > On Tue, Oct 02, 2018 at 02:50:55PM -0700, Manasi Navare wrote: > > This patch explains the DRM_MODE_PROP_IMMUTABLE flag a bit better > > by telling which function to call if kernel

Re: [PATCH] drm: Fix kernel doc for DRM_MODE_PROP_IMMUTABLE

2018-10-03 Thread Daniel Vetter
On Tue, Oct 02, 2018 at 02:50:55PM -0700, Manasi Navare wrote: > This patch explains the DRM_MODE_PROP_IMMUTABLE flag a bit better > by telling which function to call if kernel wants to update > drm object's immutable properties. > > Suggested-by: Daniel Vetter > Cc: Daniel Vetter >

[PATCH] drm: Fix kernel doc for DRM_MODE_PROP_IMMUTABLE

2018-10-02 Thread Manasi Navare
This patch explains the DRM_MODE_PROP_IMMUTABLE flag a bit better by telling which function to call if kernel wants to update drm object's immutable properties. Suggested-by: Daniel Vetter Cc: Daniel Vetter Signed-off-by: Manasi Navare --- include/drm/drm_property.h | 3 ++- 1 file changed, 2