alistair23-linux/drivers/gpu/drm/nouveau
Albert Damen 3195c5f978 drm/nouveau: set encoder for lvds
fixes oops in nouveau_connector_get_modes with nv_encoder is NULL

Signed-off-by: Albert Damen <albrt@gmx.net>
Signed-off-by: Francisco Jerez <currojerez@riseup.net>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
2010-07-13 10:13:07 +10:00
..
Kconfig drm: add PCI requirements to low-level drivers. 2010-07-09 07:43:27 +10:00
Makefile drm/nv50: support fractional feedback divider on newer chips 2010-05-19 16:21:59 +10:00
nouveau_acpi.c drm/nouveau: fixup confusion over which handle the DSM is hanging off. 2010-06-01 10:24:30 +10:00
nouveau_backlight.c backlight: Allow properties to be passed at registration 2010-03-16 19:47:54 +00:00
nouveau_bios.c drm/nouveau: Ignore broken legacy I2C entries. 2010-07-13 10:13:06 +10:00
nouveau_bios.h drm/nv50: store full dcb i2c entry from vbios 2010-05-19 13:15:16 +10:00
nouveau_bo.c drm: Remove drm_resource wrappers 2010-06-01 10:07:24 +10:00
nouveau_calc.c
nouveau_channel.c drm: Remove drm_resource wrappers 2010-06-01 10:07:24 +10:00
nouveau_connector.c drm/nouveau: set encoder for lvds 2010-07-13 10:13:07 +10:00
nouveau_connector.h
nouveau_crtc.h drm/nouveau: allow cursor image and position to survive suspend 2010-05-28 16:06:17 +10:00
nouveau_debugfs.c Merge branch 'drm-ttm-pool' into drm-core-next 2010-04-20 13:12:28 +10:00
nouveau_display.c drm/fbdev: rework output polling to be back in the core. (v4) 2010-05-18 17:40:11 +10:00
nouveau_dma.c drm/nouveau: remove left-over !DRIVER_MODESET paths 2010-07-13 10:12:58 +10:00
nouveau_dma.h
nouveau_dp.c drm/nouveau: bail out of auxch transaction if we repeatedly recieve defers 2010-04-09 10:20:15 +10:00
nouveau_drv.c drm/nouveau: remove left-over !DRIVER_MODESET paths 2010-07-13 10:12:58 +10:00
nouveau_drv.h drm/nouveau: use drm_mm in preference to custom code doing the same thing 2010-07-13 10:12:51 +10:00
nouveau_encoder.h drm/nv50: fix suspend/resume with DP outputs 2010-05-19 13:15:16 +10:00
nouveau_fb.h drm/fb: fix fbdev object model + cleanup properly. 2010-04-07 10:21:03 +10:00
nouveau_fbcon.c drm: Propagate error from drm_fb_helper_init(). 2010-06-08 09:32:02 +10:00
nouveau_fbcon.h drm/fbdev: rework output polling to be back in the core. (v4) 2010-05-18 17:40:11 +10:00
nouveau_fence.c
nouveau_gem.c Merge branch 'drm-ttm-unmappable' into drm-core-next 2010-04-20 14:15:09 +10:00
nouveau_grctx.c drivers/gpu/drm: Use kmemdup 2010-05-18 15:55:55 +10:00
nouveau_grctx.h
nouveau_hw.c
nouveau_hw.h
nouveau_i2c.c drm/nv50: fix monitor detection on certain chipsets 2010-05-19 13:15:16 +10:00
nouveau_i2c.h
nouveau_ioc32.c
nouveau_irq.c Merge branch 'drm-fbdev-cleanup' into drm-core-next 2010-04-20 13:16:04 +10:00
nouveau_mem.c drm/nv50: fix memory detection for cards with >=4GiB VRAM 2010-07-13 10:13:01 +10:00
nouveau_notifier.c drm/nouveau: use drm_mm in preference to custom code doing the same thing 2010-07-13 10:12:51 +10:00
nouveau_object.c drm/nouveau: use drm_mm in preference to custom code doing the same thing 2010-07-13 10:12:51 +10:00
nouveau_reg.h drm/nv50: fix suspend/resume with DP outputs 2010-05-19 13:15:16 +10:00
nouveau_sgdma.c Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 2010-04-09 11:50:01 -07:00
nouveau_state.c drm/nouveau: remove left-over !DRIVER_MODESET paths 2010-07-13 10:12:58 +10:00
nouveau_ttm.c
nv04_crtc.c Merge remote branch 'nouveau/for-airlied' into drm-linus 2010-03-15 11:07:33 +10:00
nv04_cursor.c drm/nouveau: allow cursor image and position to survive suspend 2010-05-28 16:06:17 +10:00
nv04_dac.c
nv04_dfp.c
nv04_display.c
nv04_fb.c
nv04_fbcon.c drm/nouveau: Use 0x5f instead of 0x9f as imageblit on original NV10. 2010-05-19 13:15:14 +10:00
nv04_fifo.c
nv04_graph.c drm/nv04: Implement missing nv04 PGRAPH methods in software. 2010-05-19 13:15:14 +10:00
nv04_instmem.c drm/nouveau: use drm_mm in preference to custom code doing the same thing 2010-07-13 10:12:51 +10:00
nv04_mc.c
nv04_timer.c
nv04_tv.c
nv10_fb.c
nv10_fifo.c
nv10_graph.c
nv17_gpio.c
nv17_tv.c
nv17_tv.h
nv17_tv_modes.c
nv20_graph.c drm: Remove drm_resource wrappers 2010-06-01 10:07:24 +10:00
nv40_fb.c
nv40_fifo.c drm/nouveau: detect vram amount once, and save the value 2010-04-09 10:12:02 +10:00
nv40_graph.c drm: Remove drm_resource wrappers 2010-06-01 10:07:24 +10:00
nv40_grctx.c drm/nv40: remove some completed ctxprog TODOs 2010-05-19 13:15:14 +10:00
nv40_mc.c
nv50_calc.c drm/nv50: support fractional feedback divider on newer chips 2010-05-19 16:21:59 +10:00
nv50_crtc.c drm/nv50: support fractional feedback divider on newer chips 2010-05-19 16:21:59 +10:00
nv50_cursor.c drm/nouveau: allow cursor image and position to survive suspend 2010-05-28 16:06:17 +10:00
nv50_dac.c
nv50_display.c drm/nouveau: use drm_mm in preference to custom code doing the same thing 2010-07-13 10:12:51 +10:00
nv50_display.h drm/nv50: punt hotplug irq handling out to workqueue 2010-04-09 10:15:40 +10:00
nv50_evo.h
nv50_fb.c drm/nv50: fix iommu errors caused by device reading from address 0 2010-06-08 11:03:45 +10:00
nv50_fbcon.c Merge branch 'drm-fbdev-cleanup' into drm-core-next 2010-04-20 13:16:04 +10:00
nv50_fifo.c
nv50_gpio.c nouveau: off by one in nv50_gpio_location() 2010-06-08 11:03:31 +10:00
nv50_graph.c drm/nv50: Allow using the NVA3 new compute class. 2010-04-09 10:15:37 +10:00
nv50_grctx.c drm/nv50: Add NVA3 support in ctxprog/ctxvals generator. 2010-04-09 10:15:42 +10:00
nv50_instmem.c drm/nouveau: use drm_mm in preference to custom code doing the same thing 2010-07-13 10:12:51 +10:00
nv50_mc.c
nv50_sor.c drm/nv50: use alternate source of SOR_MODE_CTRL for DP hack 2010-05-28 16:06:59 +10:00
nvreg.h