From: Jani Nikula <jani.nikula@linux.intel.com>
To: Damien Lespiau <damien.lespiau@gmail.com>,
intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH] drm: Remove two unused fields from struct drm_display_mode
Date: Mon, 20 Aug 2012 09:47:00 +0300 [thread overview]
Message-ID: <87393icb6j.fsf@intel.com> (raw)
In-Reply-To: <1345209395-11545-1-git-send-email-damien.lespiau@gmail.com>
Hi Damien, please send this to dri-devel list. FWIW, you can add my
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
On Fri, 17 Aug 2012, Damien Lespiau <damien.lespiau@gmail.com> wrote:
> From: Damien Lespiau <damien.lespiau@intel.com>
>
> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
> ---
> drivers/gpu/drm/drm_modes.c | 3 ---
> include/drm/drm_crtc.h | 2 --
> 2 files changed, 0 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/gpu/drm/drm_modes.c b/drivers/gpu/drm/drm_modes.c
> index b7adb4a..28637c1 100644
> --- a/drivers/gpu/drm/drm_modes.c
> +++ b/drivers/gpu/drm/drm_modes.c
> @@ -706,9 +706,6 @@ void drm_mode_set_crtcinfo(struct drm_display_mode *p, int adjust_flags)
> p->crtc_vblank_end = max(p->crtc_vsync_end, p->crtc_vtotal);
> p->crtc_hblank_start = min(p->crtc_hsync_start, p->crtc_hdisplay);
> p->crtc_hblank_end = max(p->crtc_hsync_end, p->crtc_htotal);
> -
> - p->crtc_hadjusted = false;
> - p->crtc_vadjusted = false;
> }
> EXPORT_SYMBOL(drm_mode_set_crtcinfo);
>
> diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
> index a1a0386..ced3625 100644
> --- a/include/drm/drm_crtc.h
> +++ b/include/drm/drm_crtc.h
> @@ -166,8 +166,6 @@ struct drm_display_mode {
> int crtc_vsync_start;
> int crtc_vsync_end;
> int crtc_vtotal;
> - int crtc_hadjusted;
> - int crtc_vadjusted;
>
> /* Driver private mode info */
> int private_size;
> --
> 1.7.7.5
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
prev parent reply other threads:[~2012-08-20 6:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-17 13:16 [PATCH] drm: Remove two unused fields from struct drm_display_mode Damien Lespiau
2012-08-20 6:47 ` Jani Nikula [this message]
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=87393icb6j.fsf@intel.com \
--to=jani.nikula@linux.intel.com \
--cc=damien.lespiau@gmail.com \
--cc=intel-gfx@lists.freedesktop.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox