diff options
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_cs.c')
| -rw-r--r-- | drivers/gpu/drm/radeon/radeon_cs.c | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/drivers/gpu/drm/radeon/radeon_cs.c b/drivers/gpu/drm/radeon/radeon_cs.c index 21ce2f9502c0..c6262fce7440 100644 --- a/drivers/gpu/drm/radeon/radeon_cs.c +++ b/drivers/gpu/drm/radeon/radeon_cs.c @@ -408,6 +408,7 @@ static int cmp_size_smaller_first(void *priv, struct list_head *a,   * cs_parser_fini() - clean parser states   * @parser:	parser structure holding parsing context.   * @error:	error number + * @backoff:	indicator to backoff the reservation   *   * If error is set than unvalidate buffer, otherwise just free memory   * used by parsing context. @@ -723,8 +724,9 @@ out:  /**   * radeon_cs_packet_parse() - parse cp packet and point ib index to next packet - * @parser:	parser structure holding parsing context. + * @p:		parser structure holding parsing context.   * @pkt:	where to store packet information + * @idx:	packet index   *   * Assume that chunk_ib_index is properly set. Will return -EINVAL   * if packet is bigger than remaining ib size. or if packets is unknown. @@ -829,11 +831,9 @@ void radeon_cs_dump_packet(struct radeon_cs_parser *p,  /**   * radeon_cs_packet_next_reloc() - parse next (should be reloc) packet - * @parser:		parser structure holding parsing context. - * @data:		pointer to relocation data - * @offset_start:	starting offset - * @offset_mask:	offset mask (to align start offset on) - * @reloc:		reloc informations + * @p:			parser structure holding parsing context. + * @cs_reloc:		reloc informations + * @nomm:		no memory management for debugging   *   * Check if next packet is relocation packet3, do bo validation and compute   * GPU offset using the provided start. | 
