]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into drm...
authorDave Airlie <airlied@redhat.com>
Thu, 22 Aug 2019 03:21:16 +0000 (13:21 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 22 Aug 2019 03:21:16 +0000 (13:21 +1000)
commit86a2096dc78ac0e0700e3c4c8ff7568867b075c5
treea2d9bca3c5014f1d8535488ca4d9e034fcaf98e5
parente6ffc0fe9074033c1baefa9795b9a87f08fa9a42
parentf345c91b24c06d76cbd99985e67647836f4e72d8
Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into drm-next

Most importantly per-process address spaces on GPUs that are capable of
providing proper isolation has finished baking. This is the base for
our softpin implementation, which allows us to support the texture
descriptor buffers used by GC7000 series GPUs without a major UAPI
extension/rework.

Shortlog of notable changes:
- code cleanup from Fabio
- fix performance counters on GC880 and GC2000 GPUs from Christian
- drmP.h header removal from Sam
- per process address space support on MMUv2 GPUs from me
- softpin support from me

Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Lucas Stach <l.stach@pengutronix.de>
Link: https://patchwork.freedesktop.org/patch/msgid/1565946875.2641.73.camel@pengutronix.de
drivers/gpu/drm/etnaviv/etnaviv_drv.c
drivers/gpu/drm/etnaviv/etnaviv_gem.c
drivers/gpu/drm/etnaviv/etnaviv_gem.h
drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c
drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c