[PATCH] drm/ttm_bo_api: update the description for @placement and @sg

2021-10-05 Thread Amos Kong
129b78bfca591e736e56a294f0e357d73d938f7e Signed-off-by: Amos Kong Cc: Jerome Glisse Cc: Dave Airlie --- include/drm/ttm/ttm_bo_api.h | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/drm/ttm/ttm_bo_api.h b/include/drm/ttm/ttm_bo_api.h index f681bbdbc698..eb27bbee9888 100644 --- a/include/drm/ttm

[PATCH] drm/qxl: return IRQ_NONE if it was not our irq

2014-05-20 Thread Amos Kong
t irq, void *arg) > > pending = xchg(&qdev->ram_header->int_pending, 0); > > + if (!pending) > + return IRQ_NONE; > + Looks correct. Revewed-by: Amos Kong > atomic_inc(&qdev->irq_received); > > if (pending & QXL_INTER