Re: [PATCH 06/10] drm/exynos: Set fbdev flags

2023-07-05 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Hi > > Am 05.07.23 um 10:49 schrieb Javier Martinez Canillas: [...] >> >> The #define FBINFO_FLAG_DEFAULT FBINFO_DEFAULT seems to be there since >> the >> original v2.6.12-rc2 git import in commit 1da177e4c3f4, so is hard to know >> why was introduced.

Re: [PATCH 06/10] drm/exynos: Set fbdev flags

2023-07-05 Thread Thomas Zimmermann
Hi Am 05.07.23 um 10:49 schrieb Javier Martinez Canillas: Thomas Zimmermann writes: Set fbdev default flags FBNFO_DEFAULT and mark the framebuffer with FBINFO_DEFAULT, or did you meand FBINFO_FLAG_DEFAULT (the flag your patch is actually using) ? I just noticed that are the same... and in

Re: [PATCH 06/10] drm/exynos: Set fbdev flags

2023-07-05 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Set fbdev default flags FBNFO_DEFAULT and mark the framebuffer with FBINFO_DEFAULT, or did you meand FBINFO_FLAG_DEFAULT (the flag your patch is actually using) ? I just noticed that are the same... and in patch 04/10 you used the former for the tegra driver, but

[PATCH 06/10] drm/exynos: Set fbdev flags

2023-07-04 Thread Thomas Zimmermann
Set fbdev default flags FBNFO_DEFAULT and mark the framebuffer with FBINFO_VIRTFB. The framebuffer range is in DMA-able memory and should be accessed with the CPU's regular memory ops. Signed-off-by: Thomas Zimmermann Cc: Inki Dae Cc: Seung-Woo Kim Cc: Kyungmin Park Cc: Krzysztof Kozlowski