linux/drivers/gpu/drm
2015-06-02 11:25:34 +08:00
..
ast drm/ast: Fix HW cursor image 2014-11-14 08:47:56 -08:00
cirrus drm: cirrus: add power management support 2014-05-13 13:59:46 +02:00
exynos Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next 2013-05-24 10:14:57 +10:00
gma500 Merge branch 'gma500-fixes' of git://github.com/patjak/drm-gma500 into drm-fixes 2013-06-11 08:16:10 +10:00
i2c
i810
i915 drm/i915: Add missing MacBook Pro models with dual channel LVDS 2015-05-17 09:51:32 -07:00
mga
mgag200 drm/mgag200: fix typo causing bw limits to be ignored on some chips 2014-02-13 13:48:03 -08:00
nouveau drm/nouveau/bios: memset dcb struct to zero before parsing 2014-11-14 08:47:56 -08:00
omapdrm drm: omapdrm: fix compiler errors 2014-09-05 16:28:35 -07:00
qxl drm/qxl: return IRQ_NONE if it was not our irq 2014-07-28 08:00:07 -07:00
r128
radeon drm/radeon: fix doublescan modes (v2) 2015-05-06 21:56:27 +02:00
rockchip chromium: add drm drivers files based on 2014-04-24 08:52:57 +08:00
savage
shmobile drm/shmob: use drm_send_vblank_event() helper 2013-05-22 09:13:41 +10:00
sis
tdfx
tilcdc drm/tilcdc: Fix the error path in tilcdc_load() 2014-11-14 08:47:56 -08:00
ttm drm/ttm: Choose a pool to shrink correctly in ttm_dma_pool_shrink_scan(). 2014-10-05 14:54:07 -07:00
udl Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux 2013-05-02 19:40:34 -07:00
via
vmwgfx drm/vmwgfx: Fix fence event code 2015-01-27 07:52:31 -08:00
ati_pcigart.c
drm_agpsupport.c
drm_auth.c
drm_buffer.c
drm_bufs.c
drm_cache.c
drm_context.c
drm_crtc_helper.c drm: Only print a debug message when the polled connector has changed 2013-05-13 12:13:06 +10:00
drm_crtc.c rk3288 chromium: drm grafic fb support for x11 mali gpu 2014-03-26 12:41:08 +08:00
drm_debugfs.c
drm_dma.c
drm_dp_helper.c
drm_drv.c drm: Prevent overwriting from userspace underallocating core ioctl structs 2013-11-13 12:05:34 +09:00
drm_edid_load.c drm: Add 1600x1200 (UXGA) screen resolution to the built-in EDIDs 2013-04-12 14:06:16 +10:00
drm_edid.c drm/edid: add quirk for BPC in Samsung NP700G7A-S01PL notebook 2014-01-09 12:24:21 -08:00
drm_encoder_slave.c drm: refactor call to request_module 2013-05-10 14:46:03 +10:00
drm_fb_cma_helper.c
drm_fb_helper.c Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux 2013-05-02 19:40:34 -07:00
drm_fops.c drm: correctly restore mappings if drm_open fails 2013-04-03 06:44:38 +10:00
drm_gem_cma_helper.c drm/cma: Fix printk formats in drm_gem_cma_describe 2015-04-15 20:03:08 +08:00
drm_gem.c drm/gem: fix not to assign error value to gem name 2013-07-25 14:07:41 -07:00
drm_global.c
drm_hashtab.c
drm_info.c
drm_ioc32.c
drm_ioctl.c
drm_irq.c drm: Don't pass negative delta to ktime_sub_ns() 2013-08-14 22:59:09 -07:00
drm_lock.c
drm_memory.c
drm_mm.c drm/mm: fix dump table BUG 2013-04-30 15:15:58 +02:00
drm_modes.c Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux 2013-05-13 07:59:59 -07:00
drm_pci.c drm: Silence some sparse warnings 2013-04-30 10:02:25 +10:00
drm_platform.c
drm_prime.c drm/prime: Honor requested file flags when exporting a buffer 2013-06-19 11:34:54 +10:00
drm_proc.c drm: proc: Use remove_proc_subtree() 2013-05-01 17:29:44 -04:00
drm_scatter.c
drm_stub.c rk3288 chromium: drm grafic fb support for x11 mali gpu 2014-03-26 12:41:08 +08:00
drm_sysfs.c
drm_trace_points.c
drm_trace.h
drm_usb.c
drm_vm.c drm: export drm_vm_open_locked 2013-04-26 10:20:00 +10:00
Kconfig rk3288 chromium: drm grafic fb support for x11 mali gpu 2014-03-26 12:41:08 +08:00
Makefile rk3288 chromium: drm grafic fb support for x11 mali gpu 2014-03-26 12:41:08 +08:00
README.drm

************************************************************
* For the very latest on DRI development, please see:      *
*     http://dri.freedesktop.org/                          *
************************************************************

The Direct Rendering Manager (drm) is a device-independent kernel-level
device driver that provides support for the XFree86 Direct Rendering
Infrastructure (DRI).

The DRM supports the Direct Rendering Infrastructure (DRI) in four major
ways:

    1. The DRM provides synchronized access to the graphics hardware via
       the use of an optimized two-tiered lock.

    2. The DRM enforces the DRI security policy for access to the graphics
       hardware by only allowing authenticated X11 clients access to
       restricted regions of memory.

    3. The DRM provides a generic DMA engine, complete with multiple
       queues and the ability to detect the need for an OpenGL context
       switch.

    4. The DRM is extensible via the use of small device-specific modules
       that rely extensively on the API exported by the DRM module.


Documentation on the DRI is available from:
    http://dri.freedesktop.org/wiki/Documentation
    http://sourceforge.net/project/showfiles.php?group_id=387
    http://dri.sourceforge.net/doc/

For specific information about kernel-level support, see:

    The Direct Rendering Manager, Kernel Support for the Direct Rendering
    Infrastructure
    http://dri.sourceforge.net/doc/drm_low_level.html

    Hardware Locking for the Direct Rendering Infrastructure
    http://dri.sourceforge.net/doc/hardware_locking_low_level.html

    A Security Analysis of the Direct Rendering Infrastructure
    http://dri.sourceforge.net/doc/security_low_level.html