Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358355
b: refs/heads/master
c: 894752b
h: refs/heads/master
i:
  358353: 2d92d7f
  358351: d9fffb9
v: v3
  • Loading branch information
Thierry Reding committed Feb 22, 2013
1 parent cf14540 commit cb49e90
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8cf1e9811471f2910fa38dc1b28e1789080ba961
refs/heads/master: 894752bb576a26d3343cf8c674b73899f948da68
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/tegra/dc.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ static int tegra_crtc_mode_set(struct drm_crtc *crtc,
struct drm_display_mode *adjusted,
int x, int y, struct drm_framebuffer *old_fb)
{
struct tegra_framebuffer *fb = to_tegra_fb(crtc->fb);
struct drm_gem_cma_object *gem = drm_fb_cma_get_gem_obj(crtc->fb, 0);
struct tegra_dc *dc = to_tegra_dc(crtc);
unsigned int h_dda, v_dda, bpp;
struct tegra_dc_window win;
Expand Down
11 changes: 0 additions & 11 deletions trunk/drivers/gpu/drm/tegra/drm.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@
#include <drm/drm_fb_cma_helper.h>
#include <drm/drm_fixed.h>

struct tegra_framebuffer {
struct drm_framebuffer base;
struct drm_gem_cma_object *obj;
};

static inline struct tegra_framebuffer *to_tegra_fb(struct drm_framebuffer *fb)
{
return container_of(fb, struct tegra_framebuffer, base);
}

struct host1x {
struct drm_device *drm;
struct device *dev;
Expand All @@ -44,7 +34,6 @@ struct host1x {
struct list_head clients;

struct drm_fbdev_cma *fbdev;
struct tegra_framebuffer fb;
};

struct host1x_client;
Expand Down

0 comments on commit cb49e90

Please sign in to comment.