Results 27 comments of Austin Shafer

Great to hear y'all are working on wifi again! Just let us know when you start looking at 9377 and I'm happy to test/help however I can. Just out of...

@Gert-dev Thanks, we are always open to and will consider any pull requests. In this case I think a new PR would be best. As for commits I prefer to...

`THIS_MODULE_VAL` gets turned into something like `__this_module_drm_` in the case of `drm.ko`. Since the expanded name is derived from `LINUXKPI_PARAM_PREFIX` which already has to be unique to avoid sysctl naming...

So in those C file parts of the change (ttm and drm_os_freebsd) `THIS_MODULE_VAL` is a macro that gets expanded, although you are right that due to the way it's written...

I know `EGL_NATIVE_VISUAL_ID` is another case of a query-only attribute for a config, but I do think there's value in keeping this separate. It makes more sense to explicitly ask...

Thanks everyone for the feedback, I updated with a new version that specifies this is limited to EGLConfigs which have the `EGL_STREAM_BIT_KHR` bit set. Does that look like what you...