drm-misc-fixes-2021-03-18: drm-misc-fixes for v5.12-rc4: - Make ttm_bo_unpin() not wraparound on too many unpins. - Fix coccicheck warning in omap. The following changes since commit de066e116306baf3a6a62691ac63cfc0b1dabddb:
drm/compat: Clear bounce structures (2021-03-11 11:11:33 +0100)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2021-03-18
for you to fetch changes up to 6909115442759efef3d4bc5d9c54d7943f1afc14:
drm/omap: dsi: fix unsigned expression compared with zero (2021-03-17 13:59:23 +0200)
---------------------------------------------------------------- drm-misc-fixes for v5.12-rc4: - Make ttm_bo_unpin() not wraparound on too many unpins. - Fix coccicheck warning in omap.
---------------------------------------------------------------- Christian König (1): drm/ttm: make ttm_bo_unpin more defensive
Junlin Yang (1): drm/omap: dsi: fix unsigned expression compared with zero
drivers/gpu/drm/omapdrm/dss/dsi.c | 7 ++++--- include/drm/ttm/ttm_bo_api.h | 6 ++++-- 2 files changed, 8 insertions(+), 5 deletions(-)
On Thu, Mar 18, 2021 at 12:33 PM Maarten Lankhorst maarten.lankhorst@linux.intel.com wrote:
drm-misc-fixes-2021-03-18: drm-misc-fixes for v5.12-rc4:
- Make ttm_bo_unpin() not wraparound on too many unpins.
- Fix coccicheck warning in omap.
Still missing the 2 patches from drm-misc-next-fixes, and those being left out also means drm-misc-next isn't pushed to for-linux-next branch, which is causing a ton of confusion itself. -Daniel
The following changes since commit de066e116306baf3a6a62691ac63cfc0b1dabddb:
drm/compat: Clear bounce structures (2021-03-11 11:11:33 +0100)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2021-03-18
for you to fetch changes up to 6909115442759efef3d4bc5d9c54d7943f1afc14:
drm/omap: dsi: fix unsigned expression compared with zero (2021-03-17 13:59:23 +0200)
drm-misc-fixes for v5.12-rc4:
- Make ttm_bo_unpin() not wraparound on too many unpins.
- Fix coccicheck warning in omap.
Christian König (1): drm/ttm: make ttm_bo_unpin more defensive
Junlin Yang (1): drm/omap: dsi: fix unsigned expression compared with zero
drivers/gpu/drm/omapdrm/dss/dsi.c | 7 ++++--- include/drm/ttm/ttm_bo_api.h | 6 ++++-- 2 files changed, 8 insertions(+), 5 deletions(-)
Op 18-03-2021 om 13:31 schreef Daniel Vetter:
On Thu, Mar 18, 2021 at 12:33 PM Maarten Lankhorst maarten.lankhorst@linux.intel.com wrote:
drm-misc-fixes-2021-03-18: drm-misc-fixes for v5.12-rc4:
- Make ttm_bo_unpin() not wraparound on too many unpins.
- Fix coccicheck warning in omap.
Still missing the 2 patches from drm-misc-next-fixes, and those being left out also means drm-misc-next isn't pushed to for-linux-next branch, which is causing a ton of confusion itself. -Daniel
We had a discussion on irc, those patches were part of the previous pull.
I've reset drm-misc-next-fixes to v5.12-rc1-dontuse, to unplug drm-misc-next.
The following changes since commit de066e116306baf3a6a62691ac63cfc0b1dabddb:
drm/compat: Clear bounce structures (2021-03-11 11:11:33 +0100)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2021-03-18
for you to fetch changes up to 6909115442759efef3d4bc5d9c54d7943f1afc14:
drm/omap: dsi: fix unsigned expression compared with zero (2021-03-17 13:59:23 +0200)
drm-misc-fixes for v5.12-rc4:
- Make ttm_bo_unpin() not wraparound on too many unpins.
- Fix coccicheck warning in omap.
Christian König (1): drm/ttm: make ttm_bo_unpin more defensive
Junlin Yang (1): drm/omap: dsi: fix unsigned expression compared with zero
drivers/gpu/drm/omapdrm/dss/dsi.c | 7 ++++--- include/drm/ttm/ttm_bo_api.h | 6 ++++-- 2 files changed, 8 insertions(+), 5 deletions(-)
dri-devel@lists.freedesktop.org