linux/drivers/gpu/drm
Ville Syrjälä 13b030af54 drm: Move drm_update_vblank_count()
Move drm_update_vblank_count() to avoid forward a declaration.
No functional change.

Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2014-08-06 22:39:24 +02:00
..
armada
ast
bochs
bridge
cirrus
exynos drm/exynos: g2d: let exynos_g2d_get_ver_ioctl fail 2014-08-04 13:39:28 +09:00
gma500
i2c drm/tda998x: update for new drm connector APIs. 2014-08-05 10:34:33 +10:00
i810
i915 drm/i915: Warn if drm_vblank_get() still works after drm_vblank_off() 2014-08-06 22:39:23 +02:00
mga
mgag200
msm drm/msm/hdmi: fix HDMI_MUX_EN gpio request typo 2014-08-04 11:55:30 -04:00
nouveau Linux 3.16 2014-08-05 09:04:59 +10:00
omapdrm Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next 2014-07-29 20:49:36 +02:00
panel
qxl Linux 3.16 2014-08-05 09:04:59 +10:00
r128
radeon drm/radeon: Prevent hdmi deep color if max_tmds_clock is undefined. 2014-08-05 11:22:54 -04:00
rcar-du drm/rcar-du: Fix maximum frame buffer pitch computation 2014-07-30 11:08:24 +10:00
savage
shmobile
sis
sti drm/sti: fix warning in build. 2014-08-05 09:41:42 +10:00
tdfx
tegra
tilcdc
ttm drm/ttm: Pass GFP flags in order to avoid deadlock. 2014-08-05 10:54:19 +10:00
udl
via
vmwgfx drm: drop redundant drm_file->is_master 2014-08-05 16:07:50 +02:00
ati_pcigart.c
drm_agpsupport.c
drm_auth.c
drm_buffer.c
drm_bufs.c drm: remove unused "struct drm_freelist" 2014-08-02 06:43:10 +10:00
drm_cache.c
drm_context.c drm: mark drm_context support as legacy 2014-08-05 19:38:12 +02:00
drm_crtc_helper.c
drm_crtc_internal.h
drm_crtc.c Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into drm-next 2014-08-06 17:21:13 +10:00
drm_debugfs.c
drm_dma.c
drm_dp_helper.c
drm_dp_mst_topology.c
drm_drv.c drm: move drm_stub.c to drm_drv.c 2014-08-06 19:10:44 +10:00
drm_edid_load.c
drm_edid.c Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next 2014-07-29 20:49:36 +02:00
drm_encoder_slave.c
drm_fb_cma_helper.c
drm_fb_helper.c
drm_flip_work.c
drm_fops.c Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into drm-next 2014-08-06 17:21:13 +10:00
drm_gem_cma_helper.c
drm_gem.c
drm_global.c
drm_hashtab.c
drm_info.c drm: remove unused "struct drm_freelist" 2014-08-02 06:43:10 +10:00
drm_ioc32.c
drm_ioctl.c drm: mark drm_context support as legacy 2014-08-05 19:38:12 +02:00
drm_irq.c drm: Move drm_update_vblank_count() 2014-08-06 22:39:24 +02:00
drm_legacy.h drm: mark drm_context support as legacy 2014-08-05 19:38:12 +02:00
drm_lock.c drm: mark drm_context support as legacy 2014-08-05 19:38:12 +02:00
drm_memory.c
drm_mipi_dsi.c
drm_mm.c
drm_modes.c
drm_modeset_lock.c
drm_of.c
drm_panel.c
drm_pci.c
drm_plane_helper.c
drm_platform.c
drm_prime.c
drm_probe_helper.c
drm_rect.c
drm_scatter.c
drm_sysfs.c drm: make sysfs device always available for minors 2014-08-05 16:08:21 +02:00
drm_trace_points.c
drm_trace.h
drm_usb.c
drm_vm.c
drm_vma_manager.c
Kconfig drm/radeon: use an intervall tree to manage the VMA v2 2014-08-05 08:53:51 -04:00
Makefile drm: move drm_stub.c to drm_drv.c 2014-08-06 19:10:44 +10: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