linux/drivers/gpu/drm/tegra
Dmitry Osipenko 671cc352ac drm/tegra: Correct DRM_FORMAT_MOD_NVIDIA_SECTOR_LAYOUT
The format modifier is 64bit, while DRM_FORMAT_MOD_NVIDIA_SECTOR_LAYOUT
uses BIT() macro that is 32bit on ARM32.

The (modifier &= ~DRM_FORMAT_MOD_NVIDIA_SECTOR_LAYOUT) doesn't work as
expected on ARM32 and tegra_fb_get_tiling() fails for the tiled formats
on 32bit Tegra because modifier mask isn't applied properly. Use the
BIT_ULL() macro to fix this trouble.

Fixes: 7b6f846785 ("drm/tegra: Support sector layout on Tegra194")
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
2021-05-31 14:29:44 +02:00
..
dc.c Merge drm/drm-fixes into drm-next 2021-04-13 23:15:09 +02:00
dc.h drm/tegra: Support sector layout on Tegra194 2021-03-31 17:42:14 +02:00
dp.c
dp.h
dpaux.c drm/tegra: Don't register DP AUX channels before connectors 2021-04-08 17:44:58 -04:00
dpaux.h
drm.c drm/tegra: dc: Parameterize maximum resolution 2021-03-31 17:42:14 +02:00
drm.h drm/tegra: Correct DRM_FORMAT_MOD_NVIDIA_SECTOR_LAYOUT 2021-05-31 14:29:44 +02:00
dsi.c drm/tegra: Fix reference leak when pm_runtime_get_sync() fails 2021-01-15 17:24:51 +01:00
dsi.h
falcon.c drm/tegra: falcon: Support newer VIC firmware 2021-01-15 17:15:50 +01:00
falcon.h
fb.c drm/tegra: Support sector layout on Tegra194 2021-03-31 17:42:14 +02:00
gem.c Merge drm/drm-next into drm-misc-next 2020-11-02 11:17:54 +01:00
gem.h drm/tegra: Support sector layout on Tegra194 2021-03-31 17:42:14 +02:00
gr2d.c gpu: host1x: Cleanup and refcounting for syncpoints 2021-03-31 17:42:13 +02:00
gr2d.h
gr3d.c gpu: host1x: Cleanup and refcounting for syncpoints 2021-03-31 17:42:13 +02:00
gr3d.h
hda.c
hda.h
hdmi.c drm/tegra: Fix reference leak when pm_runtime_get_sync() fails 2021-01-15 17:24:51 +01:00
hdmi.h
hub.c drm/tegra: Fix shift overflow in tegra_shared_plane_atomic_update 2021-05-17 12:31:05 +02:00
hub.h
Kconfig
Makefile
mipi-phy.c
mipi-phy.h
output.c drm/tegra: sor: Fix AUX device reference leak 2021-05-27 20:11:13 +02:00
plane.c drm/tegra: Support sector layout on Tegra194 2021-03-31 17:42:14 +02:00
plane.h
rgb.c
sor.c drm/tegra: sor: Fix AUX device reference leak 2021-05-27 20:11:13 +02:00
sor.h
trace.c
trace.h
vic.c gpu: host1x: Cleanup and refcounting for syncpoints 2021-03-31 17:42:13 +02:00
vic.h