a39f741d23
VIRTGPU_GETPARAM: expand from 1 to 8 sub-parameters for Mesa compatibility. Mesa virgl driver probes CAPSET_QUERY_FIX, RESOURCE_BLOB, CONTEXT_INIT, SUPPORTED_CAPSET_IDS, and EXPLICIT_DEBUG_NAME during initialization. set_property: add doc comment explaining that virtio-gpu has no per-object property tables — all mode/fb/active changes flow through atomic commit, not set_property. cursor_move: replace x.max(0) as u32 / y.max(0) as u32 with explicit if-else for clarity. Negative coordinates now clamp to zero at screen edges (same behavior, more readable code).