Hi Dave and Daniel,
here's this week's PR for drm-misc-fixes. One of the patches is a memory leak; the rest is for hardware issues.
Best regards Thomas
drm-misc-fixes-2021-02-24: * drm/panel: kd35t133: Work with non-continuous DSI clock * drm/rockchip: Require YTR modifier for AFBC * drm/ttm: Fix a memory leak in error handling The following changes since commit f40ddce88593482919761f74910f42f4b84c004b:
Linux 5.11 (2021-02-14 14:32:24 -0800)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2021-02-24
for you to fetch changes up to 54dab3a718f7094532daf7d25cd14121a0e00e34:
drm/panel: kd35t133: allow using non-continuous dsi clock (2021-02-23 22:44:58 +0100)
---------------------------------------------------------------- * drm/panel: kd35t133: Work with non-continuous DSI clock * drm/rockchip: Require YTR modifier for AFBC * drm/ttm: Fix a memory leak in error handling
---------------------------------------------------------------- Alyssa Rosenzweig (1): drm/rockchip: Require the YTR modifier for AFBC
Heiko Stuebner (1): drm/panel: kd35t133: allow using non-continuous dsi clock
xinhui pan (1): drm/ttm: Fix a memory leak
drivers/gpu/drm/panel/panel-elida-kd35t133.c | 3 ++- drivers/gpu/drm/rockchip/rockchip_drm_vop.h | 11 +++++++++++ drivers/gpu/drm/ttm/ttm_bo.c | 9 ++++++--- 3 files changed, 19 insertions(+), 4 deletions(-)
-- Thomas Zimmermann Graphics Driver Developer SUSE Software Solutions Germany GmbH Maxfeldstr. 5, 90409 Nürnberg, Germany (HRB 36809, AG Nürnberg) Geschäftsführer: Felix Imendörffer
On Wed, 24 Feb 2021 at 20:27, Thomas Zimmermann tzimmermann@suse.de wrote:
Hi Dave and Daniel,
here's this week's PR for drm-misc-fixes. One of the patches is a memory leak; the rest is for hardware issues.
This is based on 5.11 and I'm not currently in the market for a backmege now before rc1 so can you just top this up next week?
Though maybe the ttm fix should be fast tracked, will contemplate it.
Dave.
Best regards Thomas
drm-misc-fixes-2021-02-24:
- drm/panel: kd35t133: Work with non-continuous DSI clock
- drm/rockchip: Require YTR modifier for AFBC
- drm/ttm: Fix a memory leak in error handling
The following changes since commit f40ddce88593482919761f74910f42f4b84c004b:
Linux 5.11 (2021-02-14 14:32:24 -0800)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2021-02-24
for you to fetch changes up to 54dab3a718f7094532daf7d25cd14121a0e00e34:
drm/panel: kd35t133: allow using non-continuous dsi clock (2021-02-23 22:44:58 +0100)
- drm/panel: kd35t133: Work with non-continuous DSI clock
- drm/rockchip: Require YTR modifier for AFBC
- drm/ttm: Fix a memory leak in error handling
Alyssa Rosenzweig (1): drm/rockchip: Require the YTR modifier for AFBC
Heiko Stuebner (1): drm/panel: kd35t133: allow using non-continuous dsi clock
xinhui pan (1): drm/ttm: Fix a memory leak
drivers/gpu/drm/panel/panel-elida-kd35t133.c | 3 ++- drivers/gpu/drm/rockchip/rockchip_drm_vop.h | 11 +++++++++++ drivers/gpu/drm/ttm/ttm_bo.c | 9 ++++++--- 3 files changed, 19 insertions(+), 4 deletions(-)
-- Thomas Zimmermann Graphics Driver Developer SUSE Software Solutions Germany GmbH Maxfeldstr. 5, 90409 Nürnberg, Germany (HRB 36809, AG Nürnberg) Geschäftsführer: Felix Imendörffer
Hi
Am 25.02.21 um 02:55 schrieb Dave Airlie:
On Wed, 24 Feb 2021 at 20:27, Thomas Zimmermann tzimmermann@suse.de wrote:
Hi Dave and Daniel,
here's this week's PR for drm-misc-fixes. One of the patches is a memory leak; the rest is for hardware issues.
This is based on 5.11 and I'm not currently in the market for a backmege now before rc1 so can you just top this up next week?
I can, but I think Maxime will take over after -rc1.
Best regards Thomas
Though maybe the ttm fix should be fast tracked, will contemplate it.
Dave.
Best regards Thomas
drm-misc-fixes-2021-02-24:
- drm/panel: kd35t133: Work with non-continuous DSI clock
- drm/rockchip: Require YTR modifier for AFBC
- drm/ttm: Fix a memory leak in error handling
The following changes since commit f40ddce88593482919761f74910f42f4b84c004b:
Linux 5.11 (2021-02-14 14:32:24 -0800)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2021-02-24
for you to fetch changes up to 54dab3a718f7094532daf7d25cd14121a0e00e34:
drm/panel: kd35t133: allow using non-continuous dsi clock (2021-02-23 22:44:58 +0100)
- drm/panel: kd35t133: Work with non-continuous DSI clock
- drm/rockchip: Require YTR modifier for AFBC
- drm/ttm: Fix a memory leak in error handling
Alyssa Rosenzweig (1): drm/rockchip: Require the YTR modifier for AFBC
Heiko Stuebner (1): drm/panel: kd35t133: allow using non-continuous dsi clock
xinhui pan (1): drm/ttm: Fix a memory leak
drivers/gpu/drm/panel/panel-elida-kd35t133.c | 3 ++- drivers/gpu/drm/rockchip/rockchip_drm_vop.h | 11 +++++++++++ drivers/gpu/drm/ttm/ttm_bo.c | 9 ++++++--- 3 files changed, 19 insertions(+), 4 deletions(-)
-- Thomas Zimmermann Graphics Driver Developer SUSE Software Solutions Germany GmbH Maxfeldstr. 5, 90409 Nürnberg, Germany (HRB 36809, AG Nürnberg) Geschäftsführer: Felix Imendörffer
dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel
Hi,
On Thu, Feb 25, 2021 at 08:53:42AM +0100, Thomas Zimmermann wrote:
Am 25.02.21 um 02:55 schrieb Dave Airlie:
On Wed, 24 Feb 2021 at 20:27, Thomas Zimmermann tzimmermann@suse.de wrote:
Hi Dave and Daniel,
here's this week's PR for drm-misc-fixes. One of the patches is a memory leak; the rest is for hardware issues.
This is based on 5.11 and I'm not currently in the market for a backmege now before rc1 so can you just top this up next week?
I can, but I think Maxime will take over after -rc1.
I'm going to handle -next, Maarten will be in charge of -fixes
Maxime
On Thu, Feb 25, 2021 at 8:53 AM Thomas Zimmermann tzimmermann@suse.de wrote:
Hi
Am 25.02.21 um 02:55 schrieb Dave Airlie:
On Wed, 24 Feb 2021 at 20:27, Thomas Zimmermann tzimmermann@suse.de wrote:
Hi Dave and Daniel,
here's this week's PR for drm-misc-fixes. One of the patches is a memory leak; the rest is for hardware issues.
This is based on 5.11 and I'm not currently in the market for a backmege now before rc1 so can you just top this up next week?
I can, but I think Maxime will take over after -rc1.
I think we could also cherry-pick these 3 patches over to Maarten's drm-misc-next-fixes pull. Committers pushing stuff to the wrong branch is kinda normal, it's always a bit tricky around the merge window :-) -Daniel
Best regards Thomas
Though maybe the ttm fix should be fast tracked, will contemplate it.
Dave.
Best regards Thomas
drm-misc-fixes-2021-02-24:
- drm/panel: kd35t133: Work with non-continuous DSI clock
- drm/rockchip: Require YTR modifier for AFBC
- drm/ttm: Fix a memory leak in error handling
The following changes since commit f40ddce88593482919761f74910f42f4b84c004b:
Linux 5.11 (2021-02-14 14:32:24 -0800)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2021-02-24
for you to fetch changes up to 54dab3a718f7094532daf7d25cd14121a0e00e34:
drm/panel: kd35t133: allow using non-continuous dsi clock (2021-02-23 22:44:58 +0100)
- drm/panel: kd35t133: Work with non-continuous DSI clock
- drm/rockchip: Require YTR modifier for AFBC
- drm/ttm: Fix a memory leak in error handling
Alyssa Rosenzweig (1): drm/rockchip: Require the YTR modifier for AFBC
Heiko Stuebner (1): drm/panel: kd35t133: allow using non-continuous dsi clock
xinhui pan (1): drm/ttm: Fix a memory leak
drivers/gpu/drm/panel/panel-elida-kd35t133.c | 3 ++- drivers/gpu/drm/rockchip/rockchip_drm_vop.h | 11 +++++++++++ drivers/gpu/drm/ttm/ttm_bo.c | 9 ++++++--- 3 files changed, 19 insertions(+), 4 deletions(-)
-- Thomas Zimmermann Graphics Driver Developer SUSE Software Solutions Germany GmbH Maxfeldstr. 5, 90409 Nürnberg, Germany (HRB 36809, AG Nürnberg) Geschäftsführer: Felix Imendörffer
dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel
-- Thomas Zimmermann Graphics Driver Developer SUSE Software Solutions Germany GmbH Maxfeldstr. 5, 90409 Nürnberg, Germany (HRB 36809, AG Nürnberg) Geschäftsführer: Felix Imendörffer
dri-devel@lists.freedesktop.org