search for: driver_cursor_hotspot

Displaying 2 results from an estimated 2 matches for "driver_cursor_hotspot".

2023 May 04
0
[PATCH v2 1/8] drm: Disable the cursor plane on atomic contexts with virtualized drivers
...> > only contention point is the name of the driver feature flag name. The one > > you are using (DRIVER_VIRTUAL) seems to be too broad and generic (the fact > > that vkms won't set and is a virtual driver as well, is a good example). > > > > Maybe something like DRIVER_CURSOR_HOTSPOT or DRIVER_CURSOR_COMMANDEERING > > would be more accurate and self explanatory ? > > Sure, or even more verbose DRIVER_NEEDS_CURSOR_PLANE_HOTSPOT, but it sounds like > Pekka doesn't agree with this approach. As I mentioned in my response to him, I'd be > happy with any...
2023 May 04
0
[PATCH v2 1/8] drm: Disable the cursor plane on atomic contexts with virtualized drivers
...name of the driver feature flag name. The one > > > > you are using (DRIVER_VIRTUAL) seems to be too broad and generic (the fact > > > > that vkms won't set and is a virtual driver as well, is a good example). > > > > > > > > Maybe something like DRIVER_CURSOR_HOTSPOT or DRIVER_CURSOR_COMMANDEERING > > > > would be more accurate and self explanatory ? > > > > > > Sure, or even more verbose DRIVER_NEEDS_CURSOR_PLANE_HOTSPOT, but it sounds like > > > Pekka doesn't agree with this approach. As I mentioned in my respon...