modesetting: Use more conservative cursor bo flags

Signed-off-by: stefan11111 <stefan11111@shitposting.expert>
This commit is contained in:
stefan11111
2026-02-07 02:40:56 +02:00
committed by Enrico Weigelt
parent 79aeab95d8
commit e30646b37d

View File

@@ -236,7 +236,9 @@ gbm_create_cursor_bo(drmmode_ptr drmmode, Bool do_map,
uint32_t width, uint32_t height)
{
static const uint32_t cursor_flag_list[] = { /* best flags */
#if 0 /* Seems to have issues for now */
GBM_BO_USE_CURSOR,
#endif
#if 0 /* Use these ones too if we ever need to */
GBM_BO_USE_CURSOR | GBM_BO_USE_LINEAR,