[PATCH 0/2] drm/panfrost:

2025-03-12 Thread Philippe Simons
Allwinner H616 has a dedicated power domain for its Mali G31. Currently after probe, the GPU is put in runtime suspend which disable the power domain. On first usage of GPU, the power domain enable hangs the system. This series adds the necessary calls to enable the clocks and deasserting the re

[PATCH 0/2] drm/panfrost: Add MT8188 support

2024-05-27 Thread AngeloGioacchino Del Regno
This series adds support for MT8188's Mali-G57 MC3. AngeloGioacchino Del Regno (2): dt-bindings: gpu: mali-bifrost: Add compatible for MT8188 SoC drm/panfrost: Add support for Mali on the MT8188 SoC .../devicetree/bindings/gpu/arm,mali-bifrost.yaml| 1 + drivers/gpu/drm/panfrost/panf

[PATCH 0/2] drm/panfrost: Clean up our feature lists

2022-01-09 Thread Alyssa Rosenzweig
We've cargo culted a large number of useless feature bits from kbase. We're about to add support for a number of new Mali GPUs into mainline. Let's cut down on the copy-paste required and clean up the feature lists first. Alyssa Rosenzweig (2): drm/panfrost: Remove features meant for userspace

[PATCH 0/2] drm/panfrost: partial support of T628 GPUs

2021-12-24 Thread asheplyakov
From: Alexey Sheplyakov Hello, these patches address some problems which prevent panfrost from working with Mali T628 GPUs: - incomplete/incorrect mmu memory attributes - wrong jobs affinity on dual core group GPUs With these patches panfrost is able to drive mali T628 (r1p0) GPU on some armv8

Re: [PATCH 0/2] drm/panfrost: partial support of T628 GPUs

2021-12-23 Thread Alyssa Rosenzweig
> With these patches panfrost is able to drive mali T628 (r1p0) GPU > on some armv8 SoCs (in particular BE-M1000). > r0 GPUs are still not supported [yet] (tested with Exynos 5422). What's needed for r0?

Re: [PATCH 0/2] drm/panfrost: Tidy up the devfreq implementation

2019-09-13 Thread Tomeu Vizoso
On 9/12/19 12:28 PM, Steven Price wrote: The devfreq implementation in panfrost is unnecessarily open coded. It also tracks utilisation metrics per slot which isn't very useful. Let's tidy it up! This should be picked up along with Mark's change[1] to fix regulator_get_optional() misuse. This al

[PATCH 0/2] drm/panfrost: Tidy up the devfreq implementation

2019-09-12 Thread Steven Price
The devfreq implementation in panfrost is unnecessarily open coded. It also tracks utilisation metrics per slot which isn't very useful. Let's tidy it up! This should be picked up along with Mark's change[1] to fix regulator_get_optional() misuse. This also deletes the code changes from 52282163df

Re: [PATCH 0/2] drm/panfrost: Revert drm_gem_map_offset changes

2019-08-07 Thread Sean Paul
On Wed, Aug 07, 2019 at 10:52:46AM -0400, Sean Paul wrote: > From: Sean Paul > > When I started re-applying these I realized they hadn't hit the list. > Applied to drm-misc-next Sean > Sean > > Rob Herring (2): > Revert "drm/gem: Rename drm_gem_dumb_map_offset() to > drm_gem_map_offset

Re: [PATCH 0/2] drm/panfrost: Revert drm_gem_map_offset changes

2019-08-07 Thread Sean Paul
On Wed, Aug 07, 2019 at 10:52:46AM -0400, Sean Paul wrote: > From: Sean Paul > > When I started re-applying these I realized they hadn't hit the list. > > Sean > > Rob Herring (2): > Revert "drm/gem: Rename drm_gem_dumb_map_offset() to > drm_gem_map_offset()" > Revert "drm/panfrost: Use

[PATCH 0/2] drm/panfrost: Revert drm_gem_map_offset changes

2019-08-07 Thread Sean Paul
From: Sean Paul When I started re-applying these I realized they hadn't hit the list. Sean Rob Herring (2): Revert "drm/gem: Rename drm_gem_dumb_map_offset() to drm_gem_map_offset()" Revert "drm/panfrost: Use drm_gem_map_offset()" drivers/gpu/drm/drm_dumb_buffers.c | 4 ++-- dri