From: Abhinav Kumar <quic_abhinavk@quicinc.com>
To: Thomas Zimmermann <tzimmermann@suse.de>, <daniel@ffwll.ch>,
<airlied@gmail.com>, <maarten.lankhorst@linux.intel.com>,
<mripard@kernel.org>, <javierm@redhat.com>, <sam@ravnborg.org>,
<suijingfeng@loongson.cn>
Cc: linux-samsung-soc@vger.kernel.org, linux-arm-msm@vger.kernel.org,
intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
amd-gfx@lists.freedesktop.org, linux-tegra@vger.kernel.org,
freedreno@lists.freedesktop.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [Intel-gfx] [PATCH v5 11/13] drm/msm: Use regular fbdev I/O helpers
Date: Thu, 1 Jun 2023 09:24:19 -0700 [thread overview]
Message-ID: <d6fc9ce5-75e8-3b8d-a598-beb3cc18fd2a@quicinc.com> (raw)
In-Reply-To: <20230530150253.22758-12-tzimmermann@suse.de>
On 5/30/2023 8:02 AM, Thomas Zimmermann wrote:
> Use the regular fbdev helpers for framebuffer I/O instead of DRM's
> helpers. Msm does not use damage handling, so DRM's fbdev helpers
> are mere wrappers around the fbdev code.
>
> By using fbdev helpers directly within each DRM fbdev emulation,
> we can eventually remove DRM's wrapper functions entirely.
>
> Msm's fbdev emulation has been incomplete as it didn't implement
> damage handling. Partilly fix this by implementing damage handling
> for write and draw operation. It is still missing for mmaped pages.
>
> v4:
> * use initializer macros for struct fb_ops
> * partially support damage handling
> v2:
> * use FB_SYS_HELPERS option
>
> Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> Acked-by: Sam Ravnborg <sam@ravnborg.org>
> Cc: Rob Clark <robdclark@gmail.com>
> Cc: Abhinav Kumar <quic_abhinavk@quicinc.com>
> Cc: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> Cc: Sean Paul <sean@poorly.run>
> ---
Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
next prev parent reply other threads:[~2023-06-01 16:24 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-30 15:02 [Intel-gfx] [PATCH v5 00/13] Thomas Zimmermann
2023-05-30 15:02 ` [Intel-gfx] [PATCH v5 01/13] fbdev: Add Kconfig options to select different fb_ops helpers Thomas Zimmermann
2023-05-30 15:02 ` [Intel-gfx] [PATCH v5 02/13] fbdev: Add initializer macros for struct fb_ops Thomas Zimmermann
2023-06-14 11:29 ` Christian König
2023-06-14 11:52 ` Thomas Zimmermann
2023-05-30 15:02 ` [Intel-gfx] [PATCH v5 03/13] drm/armada: Use regular fbdev I/O helpers Thomas Zimmermann
2023-05-30 15:02 ` [Intel-gfx] [PATCH v5 04/13] drm/exynos: " Thomas Zimmermann
2023-05-30 15:02 ` [Intel-gfx] [PATCH v5 05/13] drm/gma500: " Thomas Zimmermann
2023-05-30 15:02 ` [Intel-gfx] [PATCH v5 06/13] drm/radeon: " Thomas Zimmermann
2023-05-30 15:02 ` [Intel-gfx] [PATCH v5 07/13] drm/fbdev-dma: " Thomas Zimmermann
2023-05-30 15:02 ` [Intel-gfx] [PATCH v5 08/13] drm/omapdrm: " Thomas Zimmermann
2023-05-31 8:20 ` Tomi Valkeinen
2023-05-30 15:02 ` [Intel-gfx] [PATCH v5 09/13] drm/tegra: " Thomas Zimmermann
2023-05-30 15:02 ` [Intel-gfx] [PATCH v5 10/13] drm/fb-helper: Export helpers for marking damage areas Thomas Zimmermann
2023-05-30 15:02 ` [Intel-gfx] [PATCH v5 11/13] drm/msm: Use regular fbdev I/O helpers Thomas Zimmermann
2023-06-01 16:24 ` Abhinav Kumar [this message]
2023-05-30 15:02 ` [Intel-gfx] [PATCH v5 12/13] drm/fbdev-generic: Implement dedicated " Thomas Zimmermann
2023-05-30 15:02 ` [Intel-gfx] [PATCH v5 13/13] drm/i915: " Thomas Zimmermann
2023-05-31 7:12 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v5,01/13] fbdev: Add Kconfig options to select different fb_ops helpers Patchwork
2023-05-31 7:19 ` Thomas Zimmermann
2023-05-31 7:12 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2023-05-31 7:20 ` Thomas Zimmermann
2023-05-31 7:31 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2023-06-01 13:42 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
-- strict thread matches above, loose matches on Subject: below --
2023-05-30 15:12 [Intel-gfx] [PATCH v5 00/13] drm/fbdev: Remove DRM's helpers for fbdev I/O Thomas Zimmermann
2023-05-30 15:12 ` [Intel-gfx] [PATCH v5 11/13] drm/msm: Use regular fbdev I/O helpers Thomas Zimmermann
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=d6fc9ce5-75e8-3b8d-a598-beb3cc18fd2a@quicinc.com \
--to=quic_abhinavk@quicinc.com \
--cc=airlied@gmail.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=daniel@ffwll.ch \
--cc=dmitry.baryshkov@linaro.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=freedreno@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=javierm@redhat.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=sam@ravnborg.org \
--cc=suijingfeng@loongson.cn \
--cc=tzimmermann@suse.de \
/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