Re: [PATCH 3/9] drm/panel: panel-novatak-nt35510: Use backlight power constants

2024-08-23 Thread Linus Walleij
On Wed, Jul 31, 2024 at 2:23 PM Thomas Zimmermann wrote: > Replace FB_BLANK_ constants with their counterparts from the > backlight subsystem. The values are identical, so there's no > change in functionality or semantics. > > Signed-off-by: Thomas Zimmermann > Cc: Li

Re: [PATCH 25/86] drm/mcde: Run DRM default client setup

2024-08-18 Thread Linus Walleij
red color mode of 32. As this > is the default if no format has been given, leave it out entirely. > > Signed-off-by: Thomas Zimmermann > Cc: Linus Walleij Acked-by: Linus Walleij Yours, Linus Walleij

Re: [PATCH 46/86] drm/tve200: Run DRM default client setup

2024-08-18 Thread Linus Walleij
On Fri, Aug 16, 2024 at 2:54 PM Thomas Zimmermann wrote: > Call drm_client_setup() to run the kernel's default client setup > for DRM. Set fbdev_probe in struct drm_driver, so that the client > setup can start the common fbdev client. > > Signed-off-by: Thomas Zimmermann

Re: [linux-next:master] BUILD REGRESSION 7fd22855300e693668c3397771b3a2b3948f827a

2022-08-31 Thread Linus Walleij
s-base-regmap-regmap-mmio.c:error:implicit-declaration-of-function-readsq > | |-- > drivers-base-regmap-regmap-mmio.c:error:implicit-declaration-of-function-writesq Fixed in this patch: https://lore.kernel.org/linux-arch/20220831195553.129866-1-linus.wall...@linaro.org/ Yours, Linus Walleij

Re: [PATCH v5 09/10] dma-buf-map: Add memcpy and pointer-increment interfaces

2020-11-05 Thread Linus Walleij
be really big, do we want (in the long run, not now) open up to the idea to slot in hardware-accelerated memcpy() here? Yours, Linus Walleij ___ amd-gfx mailing list amd-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Re: [PATCH v2 0/24] backlight: add init macros and accessors

2020-08-28 Thread Linus Walleij
patchset to show how the > new functions are used. > > Diffstat for the drm bits alone looks nice: > 25 files changed, 243 insertions(+), 460 deletions(-) > > Feedback welcome! Thank you for trying to make backlight easier for developers. I am a big supporter of this type of simp