00:11 xeyler: seanpaul: i’m a summer 2025 mentee of Shuah’s kernel mentee program and i’m looking for good opportunities to make contributions to the drm subsystem and establish myself as a contributor
00:12 xeyler: i see in the drm docs that the “Convert logging to drm_* functions with drm_device parameter” task is listed as a good beginner change and after reading the description, it sounds like a good place to start
00:14 xeyler: i’ll be taking a look at the code, looking for spots that could still benefit that change. after identifying a specific subset of files, i’ll email you and relevant maintainer(s) to verify that they would find the change useful and be willing to merge it
00:15 xeyler: off the top of your head, are there any specific files that would be an especially good place to start?
14:28 karolherbst: are there any substantial restrictions for PIPE_FORMAT_B5G6R5_UNORM textures in OpenGL? It kinda doesn't seem that gallium drivers support it properly (well.. except llvmpipe)
14:30 karolherbst: mhh sounds like that GL_RGB565 is even required
14:31 karolherbst: getting e.g. with radeonsi: "si_resource_copy_region failed src_format: PIPE_FORMAT_B5G6R5_UNORM dst_format: PIPE_FORMAT_B5G6R5_UNORM"