mbox series

[0/4] drm/panfrost: Misc. fixes and cleanups

Message ID cover.1556195258.git.robin.murphy@arm.com (mailing list archive)
Headers show
Series drm/panfrost: Misc. fixes and cleanups | expand

Message

Robin Murphy May 3, 2019, 3:31 p.m. UTC
Hi,

These are a few trivial fixes and cleanups from playing with the
panfrost kernel driver on an Arm Juno board. Not that anyone has ever
cared much about the built-in GPU on Juno, but it's at least a somewhat
interesting platform from the kernel driver perspective for having
I/O coherency, RAM above 4GB, and DVFS abstracted behind a firmware
interface.

Robin.


Robin Murphy (4):
  drm/panfrost: Set DMA masks earlier
  drm/panfrost: Disable PM on probe failure
  drm/panfrost: Don't scream about deferred probe
  drm/panfrost: Show stored feature registers

 drivers/gpu/drm/panfrost/panfrost_drv.c | 12 +++++-------
 drivers/gpu/drm/panfrost/panfrost_gpu.c | 19 ++++++++++++-------
 2 files changed, 17 insertions(+), 14 deletions(-)

Comments

Rob Herring May 3, 2019, 9:04 p.m. UTC | #1
On Fri, May 3, 2019 at 10:31 AM Robin Murphy <robin.murphy@arm.com> wrote:
>
> Hi,
>
> These are a few trivial fixes and cleanups from playing with the
> panfrost kernel driver on an Arm Juno board. Not that anyone has ever
> cared much about the built-in GPU on Juno, but it's at least a somewhat
> interesting platform from the kernel driver perspective for having
> I/O coherency, RAM above 4GB, and DVFS abstracted behind a firmware
> interface.
>
> Robin.
>
>
> Robin Murphy (4):
>   drm/panfrost: Set DMA masks earlier
>   drm/panfrost: Disable PM on probe failure
>   drm/panfrost: Don't scream about deferred probe
>   drm/panfrost: Show stored feature registers
>
>  drivers/gpu/drm/panfrost/panfrost_drv.c | 12 +++++-------
>  drivers/gpu/drm/panfrost/panfrost_gpu.c | 19 ++++++++++++-------
>  2 files changed, 17 insertions(+), 14 deletions(-)

Series applied to drm-misc-next-fixes.

Rob