You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
kernel_samsung_sm7125/drivers/gpu/drm/nouveau
Ben Skeggs ea4718d1dc drm/nouveau: move DP script invocation to nouveau_dp.c 15 years ago
..
Kconfig drm: add PCI requirements to low-level drivers. 15 years ago
Makefile drm/nv50: support fractional feedback divider on newer chips 15 years ago
nouveau_acpi.c drm/nouveau: Fix a couple of sparse warnings. 15 years ago
nouveau_backlight.c backlight: Allow properties to be passed at registration 15 years ago
nouveau_bios.c drm/nouveau: INIT_CONFIGURE_PREINIT/CLK/MEM on newer BIOSes is not an error. 15 years ago
nouveau_bios.h drm/nouveau: tidy connector/encoder creation a little 15 years ago
nouveau_bo.c drm/nouveau: Move the fence wait before migration resource clean-up. 15 years ago
nouveau_calc.c drm/nouveau: merge nvbios and nouveau_bios_info 15 years ago
nouveau_channel.c drm: Remove drm_resource wrappers 15 years ago
nouveau_connector.c drm/nouveau: Fix a couple of sparse warnings. 15 years ago
nouveau_connector.h drm/nv04-nv40: Disable connector polling when there're no spare CRTCs left. 15 years ago
nouveau_crtc.h drm/nouveau: allow cursor image and position to survive suspend 15 years ago
nouveau_debugfs.c Merge branch 'drm-ttm-pool' into drm-core-next 15 years ago
nouveau_display.c drm/fbdev: rework output polling to be back in the core. (v4) 15 years ago
nouveau_dma.c drm/nouveau: remove left-over !DRIVER_MODESET paths 15 years ago
nouveau_dma.h drm/nouveau: new gem pushbuf interface, bump to 0.0.16 15 years ago
nouveau_dp.c drm/nouveau: move DP script invocation to nouveau_dp.c 15 years ago
nouveau_drv.c drm/nouveau: Fix a couple of sparse warnings. 15 years ago
nouveau_drv.h drm/nv50: rewrite display irq handler 15 years ago
nouveau_encoder.h drm/nv50: supply encoder disable() hook for SOR outputs 15 years ago
nouveau_fb.h drm/fb: fix fbdev object model + cleanup properly. 15 years ago
nouveau_fbcon.c drm/nouveau: Fix a couple of sparse warnings. 15 years ago
nouveau_fbcon.h drm/fbdev: rework output polling to be back in the core. (v4) 15 years ago
nouveau_fence.c drm/nouveau: Use the software object for fencing. 15 years ago
nouveau_gem.c drm/nouveau: Fix a couple of sparse warnings. 15 years ago
nouveau_grctx.c drivers/gpu/drm: Use kmemdup 15 years ago
nouveau_grctx.h drm/nv40: implement ctxprog/state generation 15 years ago
nouveau_hw.c drm/nouveau: merge nvbios and nouveau_bios_info 15 years ago
nouveau_hw.h
nouveau_i2c.c drm/nv50: fix monitor detection on certain chipsets 15 years ago
nouveau_i2c.h
nouveau_ioc32.c drm: convert drm_ioctl to unlocked_ioctl 15 years ago
nouveau_irq.c Merge branch 'drm-fbdev-cleanup' into drm-core-next 15 years ago
nouveau_mem.c drm/nouveau: Fix a couple of sparse warnings. 15 years ago
nouveau_notifier.c drm/nouveau: use drm_mm in preference to custom code doing the same thing 15 years ago
nouveau_object.c drm/nouveau: use drm_mm in preference to custom code doing the same thing 15 years ago
nouveau_reg.h drm/nv50: fix DP->DVI if output has been programmed for native DP previously 15 years ago
nouveau_sgdma.c Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 15 years ago
nouveau_state.c drm/nouveau: remove left-over !DRIVER_MODESET paths 15 years ago
nouveau_ttm.c drm/nouveau: have ttm's fault handler called directly 15 years ago
nv04_crtc.c drm/nv04-nv40: Disable connector polling when there're no spare CRTCs left. 15 years ago
nv04_cursor.c drm/nouveau: allow cursor image and position to survive suspend 15 years ago
nv04_dac.c drm/nv04-nv40: Prevent invalid DAC/TVDAC combinations. 15 years ago
nv04_dfp.c drm/nv04-nv40: Drop redundant logging. 15 years ago
nv04_display.c drm/nouveau: tidy connector/encoder creation a little 15 years ago
nv04_fb.c
nv04_fbcon.c drm/nouveau: Use 0x5f instead of 0x9f as imageblit on original NV10. 15 years ago
nv04_fifo.c drm/nouveau: Fix a couple of sparse warnings. 15 years ago
nv04_graph.c drm/nouveau: Fix a couple of sparse warnings. 15 years ago
nv04_instmem.c drm/nouveau: use drm_mm in preference to custom code doing the same thing 15 years ago
nv04_mc.c
nv04_timer.c
nv04_tv.c drm/nouveau: tidy connector/encoder creation a little 15 years ago
nv10_fb.c drm/nouveau: Pre-G80 tiling support. 15 years ago
nv10_fifo.c
nv10_graph.c drm/nouveau: Pre-G80 tiling support. 15 years ago
nv17_gpio.c
nv17_tv.c drm/nouveau: Workaround broken TV load detection on a "Zotac FX5200". 15 years ago
nv17_tv.h
nv17_tv_modes.c
nv20_graph.c drm: Remove drm_resource wrappers 15 years ago
nv40_fb.c drm/nouveau: Pre-G80 tiling support. 15 years ago
nv40_fifo.c drm/nouveau: detect vram amount once, and save the value 15 years ago
nv40_graph.c drm: Remove drm_resource wrappers 15 years ago
nv40_grctx.c drm/nv40: remove some completed ctxprog TODOs 15 years ago
nv40_mc.c
nv50_calc.c drm/nv50: support fractional feedback divider on newer chips 15 years ago
nv50_crtc.c drm/nv50: send evo "update" command after each disconnect 15 years ago
nv50_cursor.c drm/nouveau: allow cursor image and position to survive suspend 15 years ago
nv50_dac.c drm/nv50: send evo "update" command after each disconnect 15 years ago
nv50_display.c drm/nv50: rewrite display irq handler 15 years ago
nv50_display.h drm/nv50: punt hotplug irq handling out to workqueue 15 years ago
nv50_evo.h
nv50_fb.c drm/nv50: fix iommu errors caused by device reading from address 0 15 years ago
nv50_fbcon.c Merge branch 'drm-fbdev-cleanup' into drm-core-next 15 years ago
nv50_fifo.c drm/nv50: switch to indirect push buffer controls 15 years ago
nv50_gpio.c nouveau: off by one in nv50_gpio_location() 15 years ago
nv50_graph.c drm/nouveau: Fix a couple of sparse warnings. 15 years ago
nv50_grctx.c drm/nv50: Add NVA3 support in ctxprog/ctxvals generator. 15 years ago
nv50_instmem.c drm/nouveau: use drm_mm in preference to custom code doing the same thing 15 years ago
nv50_mc.c
nv50_sor.c drm/nouveau: move DP script invocation to nouveau_dp.c 15 years ago
nvreg.h