08.07.2021 15:28, Dmitry Baryshkov wrote:
This patchseries adds support for independent DSI config to DPU1 display
subdriver. Also drop one of msm_kms_funcs callbacks, made unnecessary
now.
Tested on RB5 (dpu, dsi). Previous iteration was tested by Alexey
Minnekhanov.
Changes since v1
changed, 3 insertions(+), 8 deletions(-)
>
My Samsung Galaxy S5 with mdp5 and cmd mode panel seems to work same as
before with these patches applied.
Tested-by: Alexey Minnekhanov
___
Freedreno mailing list
Freedreno@lists.freedesktop.org
https
Fix NULL pointer dereference caused by update_inactive()
trying to list_del() an uninitialized mm_list who's
prev/next pointers are NULL.
Signed-off-by: Alexey Minnekhanov
---
drivers/gpu/drm/msm/msm_gem.c | 7 +++
1 file changed, 7 insertions(+)
diff --git a/drivers/gpu/drm/msm/msm_
13.05.2021 03:37, Jonathan Marek:
These aren't used by anything anymore.
Hi, I feel like this needs a bit more explanation, otherwise it looks
like just removing support for older hardware. Where and how msm8974's
ocmem and icc is handled, and how it should work?
--
Regar
pport")
Tested on msm8974pro samsung-klte, finally got 60 fps instead of 13
in kmscube.
Tested-by: Alexey Minnekhanov
___
Freedreno mailing list
Freedreno@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/freedreno
ed partial revert of "if" condition fixes gpu at least on msm8974.
Tested-by: Alexey Minnekhanov
On 1/2/21 11:24 PM, Iskren Chernev wrote:
The msm_gem_get_iova should be guarded with gpu != NULL and not aspace
!= NULL, because aspace is NULL when using vram carveout.
Fixes: 933415e2
Tested these patches on Samsung Galaxy S5 along with other patches that
add panel driver and enable GPU support on this device.
Tested-by: Alexey Minnekhanov
On 12/30/20 6:29 PM, Iskren Chernev wrote:
From: Craig Tatlor
vram.size is needed when binding a gpu without an iommu and is defined