From: Eric Anholt Date: Thu, 26 Jul 2018 23:43:28 +0000 (-0700) Subject: v3d: Drop the VG support from the XML. X-Git-Tag: upstream/19.0.0~3551 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9bf9a6d6a1ddba267cbb0a85cceea44e19a885e8;p=platform%2Fupstream%2Fmesa.git v3d: Drop the VG support from the XML. This reflects a change on the HW/closed SW side to drop this unused HW. With it dropped on their side, the CLIF parser no longer expects to find VG fields. --- diff --git a/src/broadcom/cle/v3d_packet_v33.xml b/src/broadcom/cle/v3d_packet_v33.xml index eef29da..1f6d467 100644 --- a/src/broadcom/cle/v3d_packet_v33.xml +++ b/src/broadcom/cle/v3d_packet_v33.xml @@ -140,7 +140,6 @@ - @@ -517,10 +516,6 @@ - - - - @@ -585,7 +580,6 @@ - @@ -595,7 +589,6 @@ - @@ -644,8 +637,6 @@ - - @@ -804,7 +795,6 @@ - @@ -834,7 +824,6 @@ - @@ -915,7 +904,7 @@ - + @@ -924,7 +913,7 @@ - + diff --git a/src/gallium/drivers/v3d/v3dx_rcl.c b/src/gallium/drivers/v3d/v3dx_rcl.c index b8200a4..d795591 100644 --- a/src/gallium/drivers/v3d/v3dx_rcl.c +++ b/src/gallium/drivers/v3d/v3dx_rcl.c @@ -418,7 +418,6 @@ v3d_rcl_emit_generic_per_tile_list(struct v3d_job *job, int last_cbuf) * is triangles, so make sure that's the case. */ cl_emit(cl, PRIMITIVE_LIST_FORMAT, fmt) { - fmt.data_type = LIST_INDEXED; fmt.primitive_type = LIST_TRIANGLES; } @@ -663,7 +662,7 @@ v3dX(emit_rcl)(struct v3d_job *job) cl_emit(&job->rcl, TILE_RENDERING_MODE_CONFIGURATION_Z_STENCIL_CLEAR_VALUES, clear) { clear.z_clear_value = job->clear_z; - clear.stencil_vg_mask_clear_value = job->clear_s; + clear.stencil_clear_value = job->clear_s; }; /* Always set initial block size before the first branch, which needs