]> Git Repo - linux.git/commit
drm/atmel: Use drm_atomic_helper_commit
authorDaniel Vetter <[email protected]>
Thu, 21 Jan 2021 15:29:54 +0000 (16:29 +0100)
committerDaniel Vetter <[email protected]>
Tue, 23 Feb 2021 11:54:20 +0000 (12:54 +0100)
commiteec44d44a3d2d00c8f663f13555d3dd280b1ea3f
tree35fdad285d9ac5e03a03c5414647d24a6ff3c86d
parent250aa22920cd5d956a5d3e9c6a43d671c2bae217
drm/atmel: Use drm_atomic_helper_commit

One of these drivers that predates the nonblocking support in helpers,
and hand-rolled its own thing. Entirely not anything specific here, we
can just delete it all and replace it with the helper version.

Could also perhaps use the drm_mode_config_helper_suspend/resume
stuff, for another few lines deleted. But I'm not looking at that
stuff, I'm just going through all the atomic commit functions and make
sure they have properly annotated dma-fence critical sections
everywhere.

v2:
- Also delete the workqueue (Sam)
- drop the @commit kerneldoc, I missed that one.

Reviewed-by: Sam Ravnborg <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Cc: Sam Ravnborg <[email protected]>
Cc: Boris Brezillon <[email protected]>
Cc: Nicolas Ferre <[email protected]>
Cc: Alexandre Belloni <[email protected]>
Cc: Ludovic Desroches <[email protected]>
Cc: [email protected]
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.h
This page took 0.060225 seconds and 4 git commands to generate.