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
Alex Deucher 3ac0eb6d62 drm/radeon/kms/atom: dpms bios scratch reg updates 13 years ago
..
exynos drm/exynos: added postclose to release resource. 13 years ago
gma500 gma500: Fix suspend/resume functions 13 years ago
i2c gpu: add module.h to drivers/gpu files as required. 13 years ago
i810 Revert "drm/i810: cleanup reclaim_buffers" 13 years ago
i915 Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/drm-intel into drm-fixes 13 years ago
mga drm: Make the per-driver file_operations struct const 13 years ago
nouveau drm/nv50/pm: signedness bug in nv50_pm_clocks_pre() 13 years ago
r128 drm: Make the per-driver file_operations struct const 13 years ago
radeon drm/radeon/kms/atom: dpms bios scratch reg updates 13 years ago
savage drm: Make the per-driver file_operations struct const 13 years ago
sis gpu, drm, sis: Don't return uninitialized variable from sis_driver_load() 13 years ago
tdfx drm: Make the per-driver file_operations struct const 13 years ago
ttm drm/ttm: fix two regressions since move_notify changes 13 years ago
via drm/sis|via: don't return stack garbage from free_mem ioctl 13 years ago
vmwgfx vmwgfx: Fix assignment in vmw_framebuffer_create_handle 13 years ago
Kconfig Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next 13 years ago
Makefile drm: kill drm_sman 13 years ago
README.drm
ati_pcigart.c gpu: Add export.h as required to drivers/gpu files. 13 years ago
drm_agpsupport.c
drm_auth.c drm: Fix authentication kernel crash 13 years ago
drm_buffer.c gpu: Add export.h as required to drivers/gpu files. 13 years ago
drm_bufs.c gpu: Add export.h as required to drivers/gpu files. 13 years ago
drm_cache.c gpu: Add export.h as required to drivers/gpu files. 13 years ago
drm_context.c drm: make DRM_UNLOCKED ioctls with their own mutex 13 years ago
drm_crtc.c drm: add support for private planes 13 years ago
drm_crtc_helper.c drm: Add drm_format_num_planes() utility function 13 years ago
drm_debugfs.c drm: serialize access to list of debugfs files 13 years ago
drm_dma.c gpu: Add export.h as required to drivers/gpu files. 13 years ago
drm_dp_i2c_helper.c
drm_drv.c drm: make DRM_UNLOCKED ioctls with their own mutex 13 years ago
drm_edid.c Fix wrong assumptions in cea_for_each_detailed_block v2 13 years ago
drm_edid_modes.h drm/edid: support CEA video modes. 13 years ago
drm_encoder_slave.c gpu: add module.h to drivers/gpu files as required. 13 years ago
drm_fb_helper.c drm: avoid switching to text console if there is no panic timeout 13 years ago
drm_fops.c drm: Fix authentication kernel crash 13 years ago
drm_gem.c drm: Pass the real error code back during GEM bo initialisation 13 years ago
drm_global.c
drm_hashtab.c gpu: Add export.h as required to drivers/gpu files. 13 years ago
drm_info.c
drm_ioc32.c drivers/gpu/drm/drm_ioc32.c: initialize all fields 13 years ago
drm_ioctl.c drm: make DRM_UNLOCKED ioctls with their own mutex 13 years ago
drm_irq.c drm: Remove utterly bogus preempt_disable() sections 13 years ago
drm_lock.c drm: add missing exports for i810 driver. 13 years ago
drm_memory.c gpu: Add export.h as required to drivers/gpu files. 13 years ago
drm_mm.c gpu: Add export.h as required to drivers/gpu files. 13 years ago
drm_modes.c gpu: Add export.h as required to drivers/gpu files. 13 years ago
drm_pci.c gpu: Add export.h as required to drivers/gpu files. 13 years ago
drm_platform.c gpu: Add export.h as required to drivers/gpu files. 13 years ago
drm_proc.c gpu: Add export.h as required to drivers/gpu files. 13 years ago
drm_scatter.c
drm_stub.c
drm_sysfs.c switch device_get_devnode() and ->devnode() to umode_t * 13 years ago
drm_trace.h
drm_trace_points.c
drm_usb.c gpu: Add export.h as required to drivers/gpu files. 13 years ago
drm_vm.c gpu: Add export.h as required to drivers/gpu files. 13 years ago

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