mbox series

[v4,0/5] drm/panthor: Collection of tiler heap related fixes

Message ID 20240502165158.1458959-1-boris.brezillon@collabora.com (mailing list archive)
Headers show
Series drm/panthor: Collection of tiler heap related fixes | expand

Message

Boris Brezillon May 2, 2024, 4:51 p.m. UTC
This is a collection of tiler heap fixes for bugs/oddities found while
looking at incremental rendering.

Ideally, we want to land those before 6.10 is released, so we don't need
to increment the driver version to reflect the ABI changes.

Changelog detailed in each commit.

Regards,

Boris

Antonino Maniscalco (1):
  drm/panthor: Fix tiler OOM handling to allow incremental rendering

Boris Brezillon (4):
  drm/panthor: Make sure the tiler initial/max chunks are consistent
  drm/panthor: Relax the constraints on the tiler chunk size
  drm/panthor: Fix an off-by-one in the heap context retrieval logic
  drm/panthor: Document drm_panthor_tiler_heap_destroy::handle validity
    constraints

 drivers/gpu/drm/panthor/panthor_heap.c  | 28 ++++++++++++++++---------
 drivers/gpu/drm/panthor/panthor_sched.c |  7 ++++++-
 include/uapi/drm/panthor_drm.h          | 20 ++++++++++++++----
 3 files changed, 40 insertions(+), 15 deletions(-)

Comments

Boris Brezillon May 13, 2024, 11:41 a.m. UTC | #1
On Thu,  2 May 2024 18:51:53 +0200
Boris Brezillon <boris.brezillon@collabora.com> wrote:

> This is a collection of tiler heap fixes for bugs/oddities found while
> looking at incremental rendering.
> 
> Ideally, we want to land those before 6.10 is released, so we don't need
> to increment the driver version to reflect the ABI changes.
> 
> Changelog detailed in each commit.
> 
> Regards,
> 
> Boris
> 
> Antonino Maniscalco (1):
>   drm/panthor: Fix tiler OOM handling to allow incremental rendering
> 
> Boris Brezillon (4):
>   drm/panthor: Make sure the tiler initial/max chunks are consistent
>   drm/panthor: Relax the constraints on the tiler chunk size
>   drm/panthor: Fix an off-by-one in the heap context retrieval logic
>   drm/panthor: Document drm_panthor_tiler_heap_destroy::handle validity
>     constraints

Queued to drm-misc-next-fixes.

> 
>  drivers/gpu/drm/panthor/panthor_heap.c  | 28 ++++++++++++++++---------
>  drivers/gpu/drm/panthor/panthor_sched.c |  7 ++++++-
>  include/uapi/drm/panthor_drm.h          | 20 ++++++++++++++----
>  3 files changed, 40 insertions(+), 15 deletions(-)
>