[Mesa-dev] [PATCH 2/8] radeonsi: move dumping the last IB into its own function

Michel Dänzer michel at daenzer.net
Sun Sep 27 18:41:03 PDT 2015


On 28.09.2015 07:53, Marek Olšák wrote:
> 
> +	if (sctx->last_trace_buf) {
> +		/* We are expecting that the ddebug pipe has already
> +		 * waited for the context, so this buffer should be idle.
> +		 * If the GPU is hung, there is no point in waiting for it.
> +		 */
> +		uint32_t *map =
> +				sctx->b.ws->buffer_map(sctx->last_trace_buf->cs_buf,

Either append the last line to the previous line, or re-indent it and
the following lines.


-- 
Earthling Michel Dänzer               |               http://www.amd.com
Libre software enthusiast             |             Mesa and X developer


More information about the mesa-dev mailing list