All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeykumar Sankaran <jsanka@codeaurora.org>
To: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Cc: Jeykumar Sankaran <jsanka@codeaurora.org>,
	jcrouse@codeaurora.org, seanpaul@chromium.org,
	robdclark@gmail.com, narmstrong@baylibre.com
Subject: [PATCH] Add framebuffer max width/height fields to drm_mode_config
Date: Fri, 27 Sep 2019 18:28:50 -0700	[thread overview]
Message-ID: <1569634131-13875-1-git-send-email-jsanka@codeaurora.org> (raw)

Below two discussion threads will provide the context behind this patch.

https://www.spinics.net/lists/dri-devel/msg229070.html
https://lore.kernel.org/linux-arm-msm/db26145b-3f64-a334-f698-76f972332881@baylibre.com/T/

Seperating out the core framework patch from vendor implementation.

Jeykumar Sankaran (1):
  drm: add fb max width/height fields to drm_mode_config

 drivers/gpu/drm/drm_framebuffer.c | 17 +++++++++++++----
 include/drm/drm_mode_config.h     |  3 +++
 2 files changed, 16 insertions(+), 4 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Jeykumar Sankaran <jsanka@codeaurora.org>
To: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Cc: seanpaul@chromium.org, narmstrong@baylibre.com
Subject: [PATCH] Add framebuffer max width/height fields to drm_mode_config
Date: Fri, 27 Sep 2019 18:28:50 -0700	[thread overview]
Message-ID: <1569634131-13875-1-git-send-email-jsanka@codeaurora.org> (raw)

Below two discussion threads will provide the context behind this patch.

https://www.spinics.net/lists/dri-devel/msg229070.html
https://lore.kernel.org/linux-arm-msm/db26145b-3f64-a334-f698-76f972332881@baylibre.com/T/

Seperating out the core framework patch from vendor implementation.

Jeykumar Sankaran (1):
  drm: add fb max width/height fields to drm_mode_config

 drivers/gpu/drm/drm_framebuffer.c | 17 +++++++++++++----
 include/drm/drm_mode_config.h     |  3 +++
 2 files changed, 16 insertions(+), 4 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

WARNING: multiple messages have this Message-ID (diff)
From: Jeykumar Sankaran <jsanka@codeaurora.org>
To: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Cc: Jeykumar Sankaran <jsanka@codeaurora.org>,
	narmstrong@baylibre.com, seanpaul@chromium.org,
	robdclark@gmail.com, jcrouse@codeaurora.org
Subject: [PATCH] Add framebuffer max width/height fields to drm_mode_config
Date: Fri, 27 Sep 2019 18:28:50 -0700	[thread overview]
Message-ID: <1569634131-13875-1-git-send-email-jsanka@codeaurora.org> (raw)

Below two discussion threads will provide the context behind this patch.

https://www.spinics.net/lists/dri-devel/msg229070.html
https://lore.kernel.org/linux-arm-msm/db26145b-3f64-a334-f698-76f972332881@baylibre.com/T/

Seperating out the core framework patch from vendor implementation.

Jeykumar Sankaran (1):
  drm: add fb max width/height fields to drm_mode_config

 drivers/gpu/drm/drm_framebuffer.c | 17 +++++++++++++----
 include/drm/drm_mode_config.h     |  3 +++
 2 files changed, 16 insertions(+), 4 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


             reply	other threads:[~2019-09-28  1:29 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-28  1:28 Jeykumar Sankaran [this message]
2019-09-28  1:28 ` [PATCH] Add framebuffer max width/height fields to drm_mode_config Jeykumar Sankaran
2019-09-28  1:28 ` Jeykumar Sankaran
2019-09-28  1:28 ` [PATCH] drm: add fb " Jeykumar Sankaran
2019-09-28  1:28   ` Jeykumar Sankaran
2019-09-28  1:28   ` Jeykumar Sankaran
2019-09-30 10:39   ` Ville Syrjälä
2019-09-30 10:39     ` Ville Syrjälä
2019-10-01 21:20     ` Jeykumar Sankaran
2019-10-01 21:20       ` Jeykumar Sankaran
2019-10-02 13:45       ` Ville Syrjälä
2019-10-02 13:45         ` Ville Syrjälä
2019-10-02 19:55         ` Rob Clark
2019-10-02 19:55           ` Rob Clark
2019-10-02 19:55           ` Rob Clark
2019-10-03 10:27           ` Ville Syrjälä
2019-10-03 10:27             ` Ville Syrjälä
2019-10-14  8:24             ` Daniel Vetter
2019-10-14  8:24               ` Daniel Vetter
2019-10-14  8:24               ` Daniel Vetter
  -- strict thread matches above, loose matches on Subject: below --
2019-09-28  1:31 [PATCH] Add framebuffer " Jeykumar Sankaran
2019-09-28  1:31 ` Jeykumar Sankaran
2019-09-28  1:29 Jeykumar Sankaran
2019-09-28  1:29 ` Jeykumar Sankaran
2019-09-28  1:28 Jeykumar Sankaran
2019-09-28  1:28 ` Jeykumar Sankaran
2019-09-28  1:28 ` Jeykumar Sankaran

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=1569634131-13875-1-git-send-email-jsanka@codeaurora.org \
    --to=jsanka@codeaurora.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jcrouse@codeaurora.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=narmstrong@baylibre.com \
    --cc=robdclark@gmail.com \
    --cc=seanpaul@chromium.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.