Comment 65 for bug 653714

Revision history for this message
In , Emil-l-velikov (emil-l-velikov) wrote :

A few random thoughts

* is the cursor provided truly 64x64 ?

* from drmmode_load_cursor_argb(
struct nouveau_bo *cursor; cursor->map

Data seems to be linear, lacking any pitch/tile alignment. Does libdrm/kernel agree with us ?

* from drmmode_crtc_init()
flags - use NOUVEAU_BO_VRAM rather than BO_GART (ie. revert 912d418f)
flags - use NOUVEAU_BO_CONTIG ?
config - set surf_flags, surf_pitch ?