NV50: Initial import of kernel modesetting.
authorMaarten Maathuis <madman2003@gmail.com>
Sun, 22 Jun 2008 14:29:00 +0000 (16:29 +0200)
committerMaarten Maathuis <madman2003@gmail.com>
Sun, 22 Jun 2008 14:29:00 +0000 (16:29 +0200)
commit473a1997ace1a9fb545d0457549e50d17eb36175
tree93ed8c730a8be1de2564088c4f5aaafc667a1263
parent7010d500072977f63a0bac08f2141d69dbd19595
NV50: Initial import of kernel modesetting.
36 files changed:
linux-core/Makefile
linux-core/Makefile.kernel
linux-core/drm_crtc.c
linux-core/drm_crtc.h
linux-core/drm_edid.c
linux-core/drm_modes.c
linux-core/nouveau_bios.c [new file with mode: 0644]
linux-core/nouveau_bios.h [new file with mode: 0644]
linux-core/nouveau_drv.c
linux-core/nv50_connector.c [new file with mode: 0644]
linux-core/nv50_connector.h [new file with mode: 0644]
linux-core/nv50_crtc.c [new file with mode: 0644]
linux-core/nv50_crtc.h [new file with mode: 0644]
linux-core/nv50_cursor.c [new file with mode: 0644]
linux-core/nv50_cursor.h [new file with mode: 0644]
linux-core/nv50_dac.c [new file with mode: 0644]
linux-core/nv50_display.c [new file with mode: 0644]
linux-core/nv50_display.h [new file with mode: 0644]
linux-core/nv50_display_commands.h [new file with mode: 0644]
linux-core/nv50_fb.c [new file with mode: 0644]
linux-core/nv50_fb.h [new file with mode: 0644]
linux-core/nv50_i2c.c [new file with mode: 0644]
linux-core/nv50_i2c.h [new file with mode: 0644]
linux-core/nv50_kms_wrapper.c [new file with mode: 0644]
linux-core/nv50_kms_wrapper.h [new file with mode: 0644]
linux-core/nv50_lut.c [new file with mode: 0644]
linux-core/nv50_lut.h [new file with mode: 0644]
linux-core/nv50_output.c [new file with mode: 0644]
linux-core/nv50_output.h [new file with mode: 0644]
linux-core/nv50_sor.c [new file with mode: 0644]
shared-core/nouveau_dma.h
shared-core/nouveau_drv.h
shared-core/nouveau_irq.c
shared-core/nouveau_mem.c
shared-core/nouveau_reg.h
shared-core/nouveau_state.c