this post was submitted on 29 Mar 2025
102 points (98.1% liked)

Linux

6807 readers
160 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

The big set of open-source graphics driver updates for Linux 6.15 have been merged but Linux creator Linus Torvalds isn't particularly happy with the pull request. In particular, he's unhappy with some new "hdrtest" testing code being built as part of full kernel builds and the "turds" it leaves behind and this code "needs to die" at least from the perspective of non-DRM driver developers.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Cris_Color@lemmy.world 53 points 3 days ago* (last edited 3 days ago) (7 children)

Some context from the article I found helpful as a layman :)

When seeing this mailing list post, my immediate assumption was it being some new HDR testing code that slipped under my radar from DRM-Next coverage, given all the ongoing High Dynamic Range / color management work happening recently for the Linux desktop. But when digging into the merge, it's actually even more mundane. The "hdr" in this sense is around the C header files. The new "hdrtest" code is for the Intel Xe kernel driver and is around trying to help ensure the DRM header files are self-contained and pass kernel-doc tests. Basic maintenance checks on the included DRM header files to ensure they are all in good shape.

Apparently this is about neither DRM, nor HDR in the sense an average user might think of those terms ๐Ÿ˜…

[โ€“] Ooops@feddit.org 41 points 3 days ago

Apparently this is about neither DRM

It's not about the DRM people think about... but the Direct Rendering Manager

load more comments (6 replies)