tangled
alpha
login
or
join now
tjh.dev
/
kernel
1
fork
atom
Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1
fork
atom
overview
issues
pulls
pipelines
kernel
/
drivers
/
gpu
/
drm
/
at
v3.17-rc3
31 folders
55 files
armada
drm/armada: register crtc with port
11 years ago
ast
drm/ast: Add missing entry to dclk_table[]
11 years ago
bochs
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
11 years ago
bridge
drm: add register and unregister functions for connectors
12 years ago
cirrus
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
11 years ago
exynos
drm/exynos: dp: Modify driver to support drm_panel
11 years ago
gma500
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
11 years ago
i2c
drm/tda998x: update for new drm connector APIs.
11 years ago
i810
Merge tag 'fbdev-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux
11 years ago
i915
drm/i915: don't try to retrain a DP link on an inactive CRTC
11 years ago
mga
drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE()
12 years ago
mgag200
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
11 years ago
msm
drm/msm: Fix missing unlock on error in msm_fbdev_create()
11 years ago
nouveau
Merge branch 'linux-3.17' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes
11 years ago
omapdrm
drm: omapdrm: fix compiler errors
11 years ago
panel
drm/panel: simple: Use devm_gpiod_get_optional()
11 years ago
qxl
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
11 years ago
r128
drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE()
12 years ago
radeon
radeon: Test for PCI root bus before assuming bus->self
11 years ago
rcar-du
drm/rcar-du: Fix maximum frame buffer pitch computation
11 years ago
savage
drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE()
12 years ago
shmobile
drm: shmobile: fix warnings
11 years ago
sis
drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE()
12 years ago
sti
drm: sti: Add missing dependency on RESET_CONTROLLER
11 years ago
tdfx
drm: rip out drm_core_has_MTRR checks
12 years ago
tegra
drm/tegra: Add support for panel prepare and unprepare routines
11 years ago
tilcdc
drm/tilcdc: Fix build breakage
11 years ago
ttm
drm/ttm: expose CPU address of DMA-allocated pages
11 years ago
udl
drm/udl: use helpers
11 years ago
via
drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE()
12 years ago
vmwgfx
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
11 years ago
Kconfig
drm/radeon: use an intervall tree to manage the VMA v2
11 years ago
Makefile
drm: move drm_stub.c to drm_drv.c
11 years ago
README.drm
Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
17 years ago
ati_pcigart.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
13 years ago
drm_agpsupport.c
drm: rip out DRM_AGP_MEM and DRM_AGP_KERN
12 years ago
drm_auth.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
13 years ago
drm_buffer.c
drivers/gpu/drm/drm_buffer.c: remove unnecessary null test before kfree
11 years ago
drm_bufs.c
drm: remove unused "struct drm_freelist"
11 years ago
drm_cache.c
drm: Missed clflushopt in drm_clflush_virt_range
12 years ago
drm_context.c
Merge branch 'drm-next-3.17' of git://people.freedesktop.org/~agd5f/linux into drm-next
11 years ago
drm_crtc.c
Merge branch 'drm-3.17-rc2-sti-fixes' of git://git.linaro.org/people/benjamin.gaignard/kernel into drm-fixes
11 years ago
drm_crtc_helper.c
drm/crtc-helper: use drm_framebuffer flags
11 years ago
drm_crtc_internal.h
drm: move drm_mode related functions into drm_modes.c
12 years ago
drm_debugfs.c
drm/debugfs: add an "edid_override" file per connector
11 years ago
drm_dma.c
drm: mark dma setup/teardown as legacy systems
12 years ago
drm_dp_helper.c
drm/dp: add a hw mutex around the transfer functions. (v2)
12 years ago
drm_dp_mst_topology.c
drm/dp: Staticize a couple of DP utility functions
11 years ago
drm_drv.c
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
11 years ago
drm_edid.c
drm/edid: Check for user aspect ratio input
12 years ago
drm_edid_load.c
drm: replace drm_get_connector_name() with direct name field use
12 years ago
drm_encoder_slave.c
drm: encoder_slave: Don't use i2c_client->driver
12 years ago
drm_fb_cma_helper.c
drm: Introduce drm_fb_helper_prepare()
11 years ago
drm_fb_helper.c
drm/fb_helper: allow adding/removing connectors later
12 years ago
drm_flip_work.c
Merge branch 'backlight-rework' into drm-intel-next-queued
12 years ago
drm_fops.c
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
11 years ago
drm_gem.c
drm/gem: remove misleading gfp parameter to get_pages()
12 years ago
drm_gem_cma_helper.c
drm: gem_cma: Use ERR_CAST helper
11 years ago
drm_global.c
drm: Remove unused variable in drm_global_item_ref()
12 years ago
drm_hashtab.c
Merge branch 'akpm' (patchbomb from Andrew Morton)
11 years ago
drm_info.c
drm: remove unused "struct drm_freelist"
11 years ago
drm_ioc32.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
13 years ago
drm_ioctl.c
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
11 years ago
drm_irq.c
drm: Use ktime_mono_to_real()
11 years ago
drm_legacy.h
Merge branch 'drm-next-3.17' of git://people.freedesktop.org/~agd5f/linux into drm-next
11 years ago
drm_lock.c
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
11 years ago
drm_memory.c
drm: rip out DRM_AGP_MEM and DRM_AGP_KERN
12 years ago
drm_mipi_dsi.c
drm/dsi: Use peripheral's channel for DCS commands
11 years ago
drm_mm.c
drm/mm: Don't WARN if drm_mm_reserve_node
12 years ago
drm_modes.c
drm: try harder to avoid regression when merging mode bits
12 years ago
drm_modeset_lock.c
Merge tag 'drm-intel-fixes-2014-06-17' of git://anongit.freedesktop.org/drm-intel into drm-next
11 years ago
drm_of.c
Merge branches 'drm-devel' and 'component-for-driver' into armada-drm
11 years ago
drm_panel.c
drm: Add panel support
12 years ago
drm_pci.c
drm: Add device registration documentation
12 years ago
drm_plane_helper.c
drm/plane-helper: Use proper plane init function
11 years ago
drm_platform.c
drm: Add device registration documentation
12 years ago
drm_prime.c
Merge tag 'drm-intel-next-2014-06-20' of git://anongit.freedesktop.org/drm-intel into drm-next
11 years ago
drm_probe_helper.c
drm/debugfs: add an "edid_override" file per connector
11 years ago
drm_rect.c
drm: Add drm_rect rotation functions
11 years ago
drm_scatter.c
drm: disallow legacy sg ioctls for modesetting drivers
12 years ago
drm_sysfs.c
drm: make sysfs device always available for minors
11 years ago
drm_trace.h
drm: fix print format of sequence in trace point
12 years ago
drm_trace_points.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
13 years ago
drm_usb.c
drm: Add device registration documentation
12 years ago
drm_vm.c
drm: remove dev->vma_count
12 years ago
drm_vma_manager.c
drm/vma: add access management helpers
12 years ago