From: Ilia Mirkin Date: Fri, 19 Jul 2013 10:27:45 +0000 (-0400) Subject: drm/nouveau/core: xtensa firmware size needs to be 0x40000 no matter what X-Git-Tag: v3.11-rc4~18^2~2^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfcd92a0ae2996a34b1fd020b3e0951946ae6903;p=pandora-kernel.git drm/nouveau/core: xtensa firmware size needs to be 0x40000 no matter what The current logic is wrong since we send fw->size >> 8 to the card. Rounding the size up by 0x100 and 0x1000 didn't seem to help, the card still hung, so go back to what the blob does -- 0x40000. Signed-off-by: Ilia Mirkin Signed-off-by: Ben Skeggs --- Reading git-diff-tree failed