[PATCH v2 2/8] drm/connector: Pass a drm_connector_state to ->atomic_commit()
Liviu Dudau
Liviu.Dudau at arm.com
Fri Jun 29 11:23:21 UTC 2018
On Fri, Jun 29, 2018 at 01:17:15PM +0200, Boris Brezillon wrote:
> Other atomic hooks are passed state objects, let's change this one to
> be consistent.
>
> Signed-off-by: Boris Brezillon <boris.brezillon at bootlin.com>
Acked-by: Liviu Dudau <liviu.dudau at arm.com>
> ---
> drivers/gpu/drm/drm_atomic_helper.c | 2 +-
> include/drm/drm_modeset_helper_vtables.h | 4 +++-
> 2 files changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/drm_atomic_helper.c b/drivers/gpu/drm/drm_atomic_helper.c
> index 17baf5057132..69063bcf2334 100644
> --- a/drivers/gpu/drm/drm_atomic_helper.c
> +++ b/drivers/gpu/drm/drm_atomic_helper.c
> @@ -1187,7 +1187,7 @@ static void drm_atomic_helper_commit_writebacks(struct drm_device *dev,
>
> if (new_conn_state->writeback_job && new_conn_state->writeback_job->fb) {
> WARN_ON(connector->connector_type != DRM_MODE_CONNECTOR_WRITEBACK);
> - funcs->atomic_commit(connector, new_conn_state->writeback_job);
> + funcs->atomic_commit(connector, new_conn_state);
> }
> }
> }
> diff --git a/include/drm/drm_modeset_helper_vtables.h b/include/drm/drm_modeset_helper_vtables.h
> index 3b289773297c..fb841f44949c 100644
> --- a/include/drm/drm_modeset_helper_vtables.h
> +++ b/include/drm/drm_modeset_helper_vtables.h
> @@ -980,11 +980,13 @@ struct drm_connector_helper_funcs {
> *
> * This hook is to be used by drivers implementing writeback connectors
> * that need a point when to commit the writeback job to the hardware.
> + * The writeback_job to commit is available in
> + * &drm_connector_state.writeback_job.
> *
> * This callback is used by the atomic modeset helpers.
> */
> void (*atomic_commit)(struct drm_connector *connector,
> - struct drm_writeback_job *writeback_job);
> + struct drm_connector_state *state);
> };
>
> /**
> --
> 2.14.1
>
--
====================
| I would like to |
| fix the world, |
| but they're not |
| giving me the |
\ source code! /
---------------
¯\_(ツ)_/¯
More information about the dri-devel
mailing list