[Bug 277437] x11-drivers/xf86-video-intel GT2 Iris graphics on an Alderlake apu impossible not-to-fail.
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277437 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] --- Now... I made this stupid patch: [1:10:310]root@strike:/usr/ports/x11-drivers/xf86-video-intel> diff work/xf86-video-intel-b74b67f0f321875492968f7097b9d6e82a66d7df/src/uxa/intel_uxa.c* 663,664c663 < // if (bo->size < size || bo->size > intel->max_bo_size) { < if (bo->size < size) { --- > if (bo->size < size || bo->size > intel->max_bo_size) { Basically only slightly smarter than the Commodore 64 debug loop (syntax error in 50 -> 50 <return> -> run -> etc). I tried figuring out where max_bo_size comes from. But the layers be thick here. But this does make it work? Does it make it more unsafe? Dunno. Probably not the real fix. But it does show that either this max_bo_size is wrong, or .. well... need someone who knows up from down here. -- You are receiving this mail because: You are the assignee for the bug.