[RFC PATCH v1 1/2] drm/rockchip: add a notify event about vblank enable/disable

2016-06-01 Thread Yakir Yang
Hi Daniel, On 05/31/2016 10:36 PM, Daniel Vetter wrote: > On Tue, May 31, 2016 at 09:39:19PM +0800, Yakir Yang wrote: >> EDP PSR function is interesting in vblank enable or disable event, >> so it would be great introduce a way to notify encoder about this >> event. >> >> Signed-off-by: Yakir Yang

[RFC PATCH v1 1/2] drm/rockchip: add a notify event about vblank enable/disable

2016-05-31 Thread Yakir Yang
EDP PSR function is interesting in vblank enable or disable event, so it would be great introduce a way to notify encoder about this event. Signed-off-by: Yakir Yang --- drivers/gpu/drm/rockchip/Makefile | 2 +- drivers/gpu/drm/rockchip/rockchip_drm_notify.c | 66 ++

[RFC PATCH v1 1/2] drm/rockchip: add a notify event about vblank enable/disable

2016-05-31 Thread Daniel Vetter
On Tue, May 31, 2016 at 09:39:19PM +0800, Yakir Yang wrote: > EDP PSR function is interesting in vblank enable or disable event, > so it would be great introduce a way to notify encoder about this > event. > > Signed-off-by: Yakir Yang notifiers considered evil, especially if you add a global no