|
@@ -980,12 +980,9 @@ int omap_gem_resume(struct device *dev)
|
|
#ifdef CONFIG_DEBUG_FS
|
|
#ifdef CONFIG_DEBUG_FS
|
|
void omap_gem_describe(struct drm_gem_object *obj, struct seq_file *m)
|
|
void omap_gem_describe(struct drm_gem_object *obj, struct seq_file *m)
|
|
{
|
|
{
|
|
- struct drm_device *dev = obj->dev;
|
|
|
|
struct omap_gem_object *omap_obj = to_omap_bo(obj);
|
|
struct omap_gem_object *omap_obj = to_omap_bo(obj);
|
|
uint64_t off;
|
|
uint64_t off;
|
|
|
|
|
|
- WARN_ON(!mutex_is_locked(&dev->struct_mutex));
|
|
|
|
-
|
|
|
|
off = drm_vma_node_start(&obj->vma_node);
|
|
off = drm_vma_node_start(&obj->vma_node);
|
|
|
|
|
|
seq_printf(m, "%08x: %2d (%2d) %08llx %08Zx (%2d) %p %4d",
|
|
seq_printf(m, "%08x: %2d (%2d) %08llx %08Zx (%2d) %p %4d",
|