|
@@ -309,7 +309,7 @@ static void drm_fb_cma_describe(struct drm_framebuffer *fb, struct seq_file *m)
|
|
seq_printf(m, "fb: %dx%d@%4.4s\n", fb->width, fb->height,
|
|
seq_printf(m, "fb: %dx%d@%4.4s\n", fb->width, fb->height,
|
|
(char *)&fb->format->format);
|
|
(char *)&fb->format->format);
|
|
|
|
|
|
- for (i = 0; i < fb->fomat->num_planes; i++) {
|
|
|
|
|
|
+ for (i = 0; i < fb->format->num_planes; i++) {
|
|
seq_printf(m, " %d: offset=%d pitch=%d, obj: ",
|
|
seq_printf(m, " %d: offset=%d pitch=%d, obj: ",
|
|
i, fb->offsets[i], fb->pitches[i]);
|
|
i, fb->offsets[i], fb->pitches[i]);
|
|
drm_gem_cma_describe(fb_cma->obj[i], m);
|
|
drm_gem_cma_describe(fb_cma->obj[i], m);
|