Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282661
b: refs/heads/master
c: fdc0b8a
h: refs/heads/master
i:
  282659: e168c3b
v: v3
  • Loading branch information
Daniel Vetter committed Dec 21, 2011
1 parent 7388b1c commit e9d4613
Show file tree
Hide file tree
Showing 77 changed files with 2,745 additions and 6,451 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: 5d56fe5fd794a98c4f446f8665fd06b82e93ff64
refs/heads/master: fdc0b8a63c1124bb025a2846d41531a123845740
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/drm_sman.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ struct drm_memblock_item *drm_sman_alloc(struct drm_sman *sman, unsigned int man

EXPORT_SYMBOL(drm_sman_alloc);

static void drm_sman_free(struct drm_memblock_item *item)
void drm_sman_free(struct drm_memblock_item *item)
{
struct drm_sman *sman = item->sman;

Expand All @@ -253,6 +253,7 @@ static void drm_sman_free(struct drm_memblock_item *item)
item->mm->free(item->mm->private, item->mm_info);
kfree(item);
}
EXPORT_SYMBOL(drm_sman_free);

int drm_sman_free_key(struct drm_sman *sman, unsigned int key)
{
Expand Down
9 changes: 3 additions & 6 deletions trunk/drivers/gpu/drm/nouveau/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,19 @@ nouveau-y := nouveau_drv.o nouveau_state.o nouveau_channel.o nouveau_mem.o \
nouveau_bo.o nouveau_fence.o nouveau_gem.o nouveau_ttm.o \
nouveau_hw.o nouveau_calc.o nouveau_bios.o nouveau_i2c.o \
nouveau_display.o nouveau_connector.o nouveau_fbcon.o \
nouveau_hdmi.o nouveau_dp.o nouveau_ramht.o \
nouveau_dp.o nouveau_ramht.o \
nouveau_pm.o nouveau_volt.o nouveau_perf.o nouveau_temp.o \
nouveau_mm.o nouveau_vm.o nouveau_mxm.o nouveau_gpio.o \
nouveau_mm.o nouveau_vm.o \
nv04_timer.o \
nv04_mc.o nv40_mc.o nv50_mc.o \
nv04_fb.o nv10_fb.o nv30_fb.o nv40_fb.o nv50_fb.o nvc0_fb.o \
nv04_fifo.o nv10_fifo.o nv40_fifo.o nv50_fifo.o nvc0_fifo.o \
nv04_graph.o nv10_graph.o nv20_graph.o \
nv40_graph.o nv50_graph.o nvc0_graph.o \
nv40_grctx.o nv50_grctx.o nvc0_grctx.o \
nv84_crypt.o nv98_crypt.o \
nv84_crypt.o \
nva3_copy.o nvc0_copy.o \
nv31_mpeg.o nv50_mpeg.o \
nv84_bsp.o \
nv84_vp.o \
nv98_ppp.o \
nv04_instmem.o nv50_instmem.o nvc0_instmem.o \
nv04_dac.o nv04_dfp.o nv04_tv.o nv17_tv.o nv17_tv_modes.o \
nv04_crtc.o nv04_display.o nv04_cursor.o \
Expand Down
Loading

0 comments on commit e9d4613

Please sign in to comment.