Module: Mesa Branch: 9.2 Commit: e8bc52071353b9c8e62ca625e44df892e4ceac45 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e8bc52071353b9c8e62ca625e44df892e4ceac45
Author: Maarten Lankhorst <[email protected]> Date: Sun Jul 28 12:06:57 2013 +0200 nvc0: force use of correct firmware file Signed-off-by: Maarten Lankhorst <[email protected]> (cherry picked from commit e847b5ae066bf9a209dad482fcc664f944983633) --- src/gallium/drivers/nvc0/nvc0_video.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/nvc0/nvc0_video.c b/src/gallium/drivers/nvc0/nvc0_video.c index ad40b94..7cc086a 100644 --- a/src/gallium/drivers/nvc0/nvc0_video.c +++ b/src/gallium/drivers/nvc0/nvc0_video.c @@ -153,7 +153,7 @@ static void nvc0_video_getpath(enum pipe_video_profile profile, char *path) break; } case PIPE_VIDEO_CODEC_VC1: { - sprintf(path, "/lib/firmware/nouveau/vuc-vc1-%u", profile - PIPE_VIDEO_PROFILE_VC1_SIMPLE); + sprintf(path, "/lib/firmware/nouveau/vuc-vc1-0"); break; } case PIPE_VIDEO_CODEC_MPEG4_AVC: { _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
