All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sean Paul <seanpaul@chromium.org>
To: Jeykumar Sankaran <jsanka@codeaurora.org>
Cc: linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org,
	hoegsberg@google.com, freedreno@lists.freedesktop.org
Subject: Re: [DPU PATCH 1/7] drm/msm: remove connector custom properties
Date: Mon, 4 Jun 2018 15:53:42 -0400	[thread overview]
Message-ID: <20180604195342.GT3373@art_vandelay> (raw)
In-Reply-To: <1527103862-13934-2-git-send-email-jsanka@codeaurora.org>

On Wed, May 23, 2018 at 12:30:56PM -0700, Jeykumar Sankaran wrote:
> Cleanup residual connector property enumerations.
> 
> Signed-off-by: Jeykumar Sankaran <jsanka@codeaurora.org>

Reviewed-by: Sean Paul <seanpaul@chromium.org>

> ---
>  drivers/gpu/drm/msm/msm_drv.h | 27 ---------------------------
>  1 file changed, 27 deletions(-)
> 
> diff --git a/drivers/gpu/drm/msm/msm_drv.h b/drivers/gpu/drm/msm/msm_drv.h
> index 90a2521..954ac12 100644
> --- a/drivers/gpu/drm/msm/msm_drv.h
> +++ b/drivers/gpu/drm/msm/msm_drv.h
> @@ -140,32 +140,6 @@ enum msm_mdp_crtc_property {
>  	CRTC_PROP_COUNT
>  };
>  
> -enum msm_mdp_conn_property {
> -	/* blob properties, always put these first */
> -	CONNECTOR_PROP_DPU_INFO,
> -	CONNECTOR_PROP_HDR_INFO,
> -	CONNECTOR_PROP_PP_DITHER,
> -
> -	/* # of blob properties */
> -	CONNECTOR_PROP_BLOBCOUNT,
> -
> -	/* range properties */
> -	CONNECTOR_PROP_OUT_FB = CONNECTOR_PROP_BLOBCOUNT,
> -	CONNECTOR_PROP_DST_X,
> -	CONNECTOR_PROP_DST_Y,
> -	CONNECTOR_PROP_DST_W,
> -	CONNECTOR_PROP_DST_H,
> -	CONNECTOR_PROP_BL_SCALE,
> -	CONNECTOR_PROP_AD_BL_SCALE,
> -
> -	/* enum/bitmask properties */
> -	CONNECTOR_PROP_AUTOREFRESH,
> -	CONNECTOR_PROP_LP,
> -
> -	/* total # of properties */
> -	CONNECTOR_PROP_COUNT
> -};
> -
>  struct msm_vblank_ctrl {
>  	struct kthread_work work;
>  	struct list_head event_list;
> @@ -434,7 +408,6 @@ struct msm_drm_private {
>  	/* Properties */
>  	struct drm_property *plane_property[PLANE_PROP_COUNT];
>  	struct drm_property *crtc_property[CRTC_PROP_COUNT];
> -	struct drm_property *conn_property[CONNECTOR_PROP_COUNT];
>  
>  	/* Color processing properties for the crtc */
>  	struct drm_property **cp_property;
> -- 
> The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
> a Linux Foundation Collaborative Project
> 

-- 
Sean Paul, Software Engineer, Google / Chromium OS
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2018-06-04 19:53 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-23 19:30 [DPU PATCH 0/7] clean up DPU custom properties Jeykumar Sankaran
     [not found] ` <1527103862-13934-1-git-send-email-jsanka-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2018-05-23 19:30   ` [DPU PATCH 1/7] drm/msm: remove connector " Jeykumar Sankaran
2018-06-04 19:53     ` Sean Paul [this message]
2018-05-23 19:30   ` [DPU PATCH 2/7] drm/msm/dpu: clean up dpu plane " Jeykumar Sankaran
     [not found]     ` <1527103862-13934-3-git-send-email-jsanka-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2018-06-04 19:53       ` Sean Paul
2018-06-05 19:32         ` Jeykumar Sankaran
2018-05-23 19:30   ` [DPU PATCH 3/7] drm/msm: enable zpos normalization Jeykumar Sankaran
     [not found]     ` <1527103862-13934-4-git-send-email-jsanka-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2018-06-04 19:57       ` Sean Paul
2018-05-23 19:30   ` [DPU PATCH 4/7] drm/msm/dpu: switch to drm zpos property Jeykumar Sankaran
     [not found]     ` <1527103862-13934-5-git-send-email-jsanka-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2018-05-23 21:21       ` Jordan Crouse
     [not found]         ` <20180523212115.GB16550-9PYrDHPZ2Orvke4nUoYGnHL1okKdlPRT@public.gmane.org>
2018-06-04 20:07           ` Sean Paul
2018-06-04 20:03       ` Sean Paul
2018-05-23 19:31   ` [DPU PATCH 5/7] drm/msm/dpu: clean up dpu crtc custom properties Jeykumar Sankaran
     [not found]     ` <1527103862-13934-6-git-send-email-jsanka-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2018-06-04 19:58       ` Sean Paul
2018-05-23 19:31   ` [DPU PATCH 6/7] drm/msm: remove msm_prop files Jeykumar Sankaran
2018-06-04 19:59     ` Sean Paul
2018-05-23 19:31 ` [DPU PATCH 7/7] drm/msm: remove dpu specific uapi header Jeykumar Sankaran
2018-06-04 19:59   ` [Freedreno] " Sean Paul

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180604195342.GT3373@art_vandelay \
    --to=seanpaul@chromium.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=freedreno@lists.freedesktop.org \
    --cc=hoegsberg@google.com \
    --cc=jsanka@codeaurora.org \
    --cc=linux-arm-msm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.