From: Marcin Slusarz Date: Sun, 1 May 2011 21:49:04 +0000 (+0200) Subject: drm/nouveau: make cursor_set implementation consistent with other drivers X-Git-Tag: v3.0-rc1~312^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4fa9d0f6563756036f61c74fb38e3e97a1defd4;p=pandora-kernel.git drm/nouveau: make cursor_set implementation consistent with other drivers When xorg state tracker wants to hide the cursor it calls set_cursor with NULL buffer_handle and size=0x0, but nouveau refuses to hide it because size is not 64x64... which is a bit odd. Both radeon and intel check buffer_handle before validating size of cursor, so make nouveau implementation consistent with them. Signed-off-by: Marcin Slusarz Signed-off-by: Ben Skeggs --- Reading git-diff-tree failed