drm/i915: export error state ref handling
[deliverable/linux.git] / drivers / gpu / drm / qxl / qxl_object.h
index b4fd89fbd8b7630c9781a418fd2ee9f57c979ea6..ee7ad79ce781b163fdc31836184af2b44fb10d70 100644 (file)
@@ -57,11 +57,6 @@ static inline unsigned long qxl_bo_size(struct qxl_bo *bo)
        return bo->tbo.num_pages << PAGE_SHIFT;
 }
 
-static inline bool qxl_bo_is_reserved(struct qxl_bo *bo)
-{
-       return !!atomic_read(&bo->tbo.reserved);
-}
-
 static inline u64 qxl_bo_mmap_offset(struct qxl_bo *bo)
 {
        return bo->tbo.addr_space_offset;
This page took 0.024389 seconds and 5 git commands to generate.