commit | 9ffb7a6dca4fd260db91c808efd4d5c56057600c | [log] [tgz] |
---|---|---|
author | Ilija Hadzic <ihadzic@research.bell-labs.com> | Wed Jan 02 18:27:42 2013 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Jan 31 16:24:42 2013 -0500 |
tree | 20e3904abb757c8579b613fe3cedae7a7fe63738 | |
parent | c38f34b53e74dec4e58fef0c895d9e6df7da1190 [diff] |
drm/radeon: factor out cs_next_is_pkt3_nop function Once we factored out radeon_cs_packet_parse function, evergreen_cs_next_is_pkt3_nop and r600_cs_next_is_pkt3_nop functions became identical, so they can be factored out into a common function. Signed-off-by: Ilija Hadzic <ihadzic@research.bell-labs.com> Reviewed-by: Marek Olšák <maraeo@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>