]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/ttm: fix stupid parameter inversion in the pipeline code
authorChristian König <christian.koenig@amd.com>
Fri, 24 Jun 2016 19:51:03 +0000 (21:51 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 7 Jul 2016 19:06:01 +0000 (15:06 -0400)
commit847b6cf9fb771341a550661ef61d510722eba785
tree58117cdedc59e562d1d4cbc3ba01731c9435a400
parent880a076cdefe7f345d25e462cd327bea9ff81831
drm/ttm: fix stupid parameter inversion in the pipeline code

We want to keep the newest fence, not the oldest one.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/ttm/ttm_bo_util.c