From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 60879] [radeonsi] X11 can't start with acceleration enabled Date: Tue, 09 Sep 2014 21:02:48 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0309068202==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 069E689834 for ; Tue, 9 Sep 2014 14:02:48 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0309068202== Content-Type: multipart/alternative; boundary="1410296567.edDC0Af1.20098"; charset="us-ascii" --1410296567.edDC0Af1.20098 Date: Tue, 9 Sep 2014 21:02:47 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=60879 --- Comment #88 from madcatx@atlas.cz --- Is this patch supposed to apply cleanly against mesa 10.1.5? I'm getting the following build error: In file included from ../../../../src/gallium/auxiliary/util/u_inlines.h:41:0, from ../../../../src/gallium/auxiliary/pipebuffer/pb_buffer.h:49, from ../../winsys/radeon/drm/radeon_winsys.h:43, from si_pm4.h:30, from si_state.h:30, from si_pipe.h:29, from si_state.c:27: si_state.c: In function 'si_init_config': si_state.c:3291:49: error: 'struct radeon_info' has no member named 'max_sh_per_se' unsigned sh_per_se = MAX2(sctx->screen->b.info.max_sh_per_se, 1); ^ ../../../../src/gallium/auxiliary/util/u_math.h:767:27: note: in definition of macro 'MAX2' #define MAX2( A, B ) ( (A)>(B) ? (A) : (B) ) ^ si_state.c:3291:49: error: 'struct radeon_info' has no member named 'max_sh_per_se' unsigned sh_per_se = MAX2(sctx->screen->b.info.max_sh_per_se, 1); ^ ../../../../src/gallium/auxiliary/util/u_math.h:767:37: note: in definition of macro 'MAX2' #define MAX2( A, B ) ( (A)>(B) ? (A) : (B) ) ^ si_state.c:3292:46: error: 'struct radeon_info' has no member named 'max_sh_per_se' unsigned num_se = MAX2(sctx->screen->b.info.max_sh_per_se, 1); ^ ../../../../src/gallium/auxiliary/util/u_math.h:767:27: note: in definition of macro 'MAX2' #define MAX2( A, B ) ( (A)>(B) ? (A) : (B) ) ^ si_state.c:3292:46: error: 'struct radeon_info' has no member named 'max_sh_per_se' unsigned num_se = MAX2(sctx->screen->b.info.max_sh_per_se, 1); ^ ../../../../src/gallium/auxiliary/util/u_math.h:767:37: note: in definition of macro 'MAX2' #define MAX2( A, B ) ( (A)>(B) ? (A) : (B) ) -- You are receiving this mail because: You are the assignee for the bug. --1410296567.edDC0Af1.20098 Date: Tue, 9 Sep 2014 21:02:47 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 88 on bug 60879 from
Is this patch supposed to apply cleanly against mesa 10.1.5? I'm getting the
following build error:


In file included from ../../../../src/gallium/auxiliary/util/u_inlines.h:41:0,
                 from
../../../../src/gallium/auxiliary/pipebuffer/pb_buffer.h:49,
                 from ../../winsys/radeon/drm/radeon_winsys.h:43,
                 from si_pm4.h:30,
                 from si_state.h:30,
                 from si_pipe.h:29,
                 from si_state.c:27:
si_state.c: In function 'si_init_config':
si_state.c:3291:49: error: 'struct radeon_info' has no member named
'max_sh_per_se'
   unsigned sh_per_se = MAX2(sctx->screen->b.info.max_sh_per_se, 1);
                                                 ^
../../../../src/gallium/auxiliary/util/u_math.h:767:27: note: in definition of
macro 'MAX2'
 #define MAX2( A, B )   ( (A)>(B) ? (A) : (B) )
                           ^
si_state.c:3291:49: error: 'struct radeon_info' has no member named
'max_sh_per_se'
   unsigned sh_per_se = MAX2(sctx->screen->b.info.max_sh_per_se, 1);
                                                 ^
../../../../src/gallium/auxiliary/util/u_math.h:767:37: note: in definition of
macro 'MAX2'
 #define MAX2( A, B )   ( (A)>(B) ? (A) : (B) )
                                     ^
si_state.c:3292:46: error: 'struct radeon_info' has no member named
'max_sh_per_se'
   unsigned num_se = MAX2(sctx->screen->b.info.max_sh_per_se, 1);
                                              ^
../../../../src/gallium/auxiliary/util/u_math.h:767:27: note: in definition of
macro 'MAX2'
 #define MAX2( A, B )   ( (A)>(B) ? (A) : (B) )
                           ^
si_state.c:3292:46: error: 'struct radeon_info' has no member named
'max_sh_per_se'
   unsigned num_se = MAX2(sctx->screen->b.info.max_sh_per_se, 1);
                                              ^
../../../../src/gallium/auxiliary/util/u_math.h:767:37: note: in definition of
macro 'MAX2'
 #define MAX2( A, B )   ( (A)>(B) ? (A) : (B) )


You are receiving this mail because:
  • You are the assignee for the bug.
--1410296567.edDC0Af1.20098-- --===============0309068202== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============0309068202==--