]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/arm/komeda: update DMA mask to 40 bits
authorAmjad Ouled-Ameur <amjad.ouled-ameur@arm.com>
Mon, 19 Feb 2024 10:09:15 +0000 (15:39 +0530)
committerLiviu Dudau <liviu.dudau@arm.com>
Fri, 10 May 2024 10:26:24 +0000 (11:26 +0100)
commita918dcfecc36f87521eaf183812ec3496602f717
tree5599c38613c73b8a655b04874ffd214e88a25315
parent71b03802fe3b6e45e7b53db9e9c908fec714297c
drm/arm/komeda: update DMA mask to 40 bits

Each layer in the DPU has a 40-bit base address register, which indicates
start of frame buffer data for that layer. Komeda driver does not set
its DMA mask, which makes it 32-bit by default which does not use
the entire available possible supported by the DPU.

Update the DMA mask to align with DPU Architecture v1.0 spec.

Signed-off-by: Amjad Ouled-Ameur <amjad.ouled-ameur@arm.com>
Signed-off-by: Faiz Abbas <faiz.abbas@arm.com>
Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240219100915.192475-4-faiz.abbas@arm.com
Acked-by: Liviu Dudau <liviu.dudau@arm.com>
drivers/gpu/drm/arm/display/komeda/komeda_drv.c