Bluetooth: Temporary keys should be retained during connection
[linux-flexiantxendom0-3.2.10.git] / include / drm /
2012-02-15 Kamil Debskidrm/exynos: exynos_drm.h header file fixes
2012-02-15 Eun-Chul Kimdrm/exynos: added panel physical size.
2012-01-25 Thomas Hellstromdrm: Fix authentication kernel crash
2012-01-13 Ben Skeggsdrm: bump DRM_CONNECTOR_MAX_ENCODER from 2 to 3
2012-01-10 Linus TorvaldsMerge branch 'drm-core-next' of git://people.freedeskto...
2012-01-09 Alex Deucherdrm/radeon/kms: remove pointless CS flags priority...
2012-01-08 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-01-06 Dave Airliedrm: introduce drm_can_sleep and use in intel/radeon...
2012-01-06 Jerome Glissettm: fix agp since ttm tt rework
2012-01-06 Christian Königdrm/radeon/kms: Add support for multi-ring sync in...
2012-01-06 Jerome Glissedrm/radeon: GPU virtual memory support v22
2012-01-05 Rob Clarkdrm: add support for private planes
2012-01-03 Eric Anholtdrm/i915: Add support for resetting the SO write pointe...
2012-01-03 Jesse Barnesdrm/i915: add color key support v4
2011-12-29 Seung-Woo Kimdrm/exynos: added hdmi display support
2011-12-29 Seung-Woo Kimdrm: Add multi buffer plane pixel formats
2011-12-21 Daniel Vetterdrm: kill drm_sman
2011-12-21 Daniel Vetterdrm/sman: kill user_hash_tab
2011-12-21 Daniel Vetterdrm/sman: rip out owner tracking
2011-12-21 Daniel Vetterdrm/sman: kill owner tracking interface functions
2011-12-21 Daniel Vetterdrm/via: track obj->drm_fd relations in the driver
2011-12-21 Daniel Vetterdrm/sis: track obj->drm_fd relations in the driver
2011-12-21 Joonyoung Shimdrm/exynos: Add plane support with fimd
2011-12-20 Ville Syrjälädrm: Add drm_format_num_planes() utility function
2011-12-20 Dave AirlieMerge tag 'v3.2-rc6' of /home/airlied/devel/kernel...
2011-12-20 Ville Syrjälädrm: Replace pitch with pitches[] in drm_framebuffer
2011-12-20 Ville Syrjälädrm: plane: Make 'formats' parameter to drm_plane_init...
2011-12-20 Ville Syrjälädrm: fourcc: Use __u32 instead of u32
2011-12-20 Ville Syrjälädrm: Install drm_fourcc.h
2011-12-20 Ville Syrjälädrm: Add a missing ')'
2011-12-14 Alex Deucherdrm/radeon/kms: add some new pci ids
2011-12-06 Jerome Glissedrm/ttm: simplify memory accounting for ttm user v2
2011-12-06 Jerome Glissedrm/ttm: isolate dma data from ttm_tt V4
2011-12-06 Konrad Rzeszutek... drm/ttm: provide dma aware ttm page pool code V9
2011-12-06 Jerome Glissedrm/ttm: introduce callback for ttm_tt populate & unpop...
2011-12-06 Jerome Glissedrm/ttm: merge ttm_backend and ttm_tt V5
2011-12-06 Jerome Glissedrm/ttm: page allocation use page array instead of...
2011-12-06 Jerome Glissedrm/ttm: remove unused backend flags field
2011-12-06 Jerome Glissedrm/ttm: remove split btw highmen and lowmem page
2011-12-06 Jerome Glissedrm/ttm: remove userspace backed ttm object support
2011-12-06 Jesse Barnesdrm: document the drm_mode_config structure
2011-12-06 Jesse Barnesdrm: document the drm_mode_group structure
2011-12-06 Jesse Barnesdrm: document and cleanup drm_mode_config_funcs
2011-12-06 Jesse Barnesdrm: document drm_mode_set structure
2011-12-06 Jesse Barnesdrm: remove unused fields in drm_connector and document...
2011-12-06 Jesse Barnesdrm: add drm_encoder comments
2011-12-06 Jesse Barnesdrm: add comments for drm_encoder_funcs
2011-12-06 Jesse Barnesdrm: fix comments for drm_crtc struct
2011-12-06 Jesse Barnesdrm: remove unused connector_count field from drm_displ...
2011-12-06 Alan Coxgma500: Move the API
2011-12-02 Justin P. Mattocktreewide: Fix typos in various parts of the kernel...
2011-12-01 Alex Deucherdrm/radeon/kms: add some new pci ids
2011-12-01 Ville Syrjälädrm: Redefine pixel formats
2011-11-29 Dave Airliedrm: move the fb bpp/depth helper into the core.
2011-11-28 Dave AirlieMerge branch 'exynos-drm' of git://git.infradead.org...
2011-11-23 Xi Wangdrm: integer overflow in drm_mode_dirtyfb_ioctl()
2011-11-20 Marek Olšákdrm/radeon/kms: add a CS ioctl flag not to rewrite...
2011-11-15 Jesse Barnesdrm: add an fb creation ioctl that takes a pixel format v5
2011-11-15 Jesse Barnesdrm: add plane support v3
2011-11-15 Alex Deucherdrm/radeon: add some missing FireMV pci ids
2011-11-15 Inki Daedrm/exynos: use gem create function generically
2011-11-11 Inki Daedrm/exynos: added padding to be 64-bit align.
2011-11-11 Arjan van de Vendrm: Make the per-driver file_operations struct const
2011-11-11 Marcin Slusarzdrm: serialize access to list of debugfs files
2011-11-07 Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2011-11-07 Linus TorvaldsMerge branch 'modsplit-Oct31_2011' of git://git./linux...
2011-11-02 Thomas Hellstromvmwgfx: Reinstate the update_layout ioctl
2011-11-01 Alex Deucherdrm/radeon/kms: properly set panel mode for eDP
2011-11-01 Thomas Hellstromdrm: Introduce "Virtual" connectors and encoders
2011-11-01 Joe Perchestreewide: use __printf not __attribute__((format(printf...
2011-10-31 Paul Gortmakerinclude: replace linux/module.h with "struct module...
2011-10-27 Dave AirlieRevert "drm/ttm: add a way to bo_wait for either the...
2011-10-27 Dave AirlieRevert "drm/radeon/kms: add a new gem_wait ioctl with...
2011-10-24 Dave AirlieMerge branch 'drm-intel-next' of git://people.freedeskt...
2011-10-21 Jesse Barnesdrm/i915: add DP test request handling
2011-10-20 Ben Widawskydrm: Add Panel Self Refresh DP addresses
2011-10-20 Ben Widawskydrm/i915: ILK + VT-d workaround
2011-10-10 Dave AirlieMerge branch 'drm-intel-next' of git://people.freedeskt...
2011-10-10 Thomas Hellstromvmwgfx: Add fence events
2011-10-05 Inki DaeDRM: add DRM Driver for Samsung SoC EXYNOS4210.
2011-10-05 Jakob Bornecrantzvmwgfx: Add present and readback ioctls
2011-09-21 Wu Fengguangdrm: support routines for HDMI/DP ELD
2011-09-06 Thomas Hellstromvmwgfx: Bump major
2011-09-06 Thomas Hellstromvmwgfx: Implement fence objects
2011-09-06 Thomas Hellstromvmwgfx: Fix confusion caused by using "fence" in variou...
2011-09-06 Thomas Hellstromvmwgfx: Add functionality to get 3D caps
2011-09-06 Thomas Hellstromvmwgfx: Remove the possibility to map the fifo from...
2011-09-06 Thomas Hellstromvmwgfx: Remove the update layout IOCTL.
2011-09-06 Thomas Hellstromvmwgfx: Remove the fifo debug ioctl
2011-08-31 Marek Olšákdrm/radeon/kms: add a new gem_wait ioctl with read...
2011-08-31 Marek Olšákdrm/ttm: add a way to bo_wait for either the last read...
2011-08-30 Rob Clarkdrm/gem: add functions for mmap offset creation
2011-08-04 Thomas Reimdrm: Separate EDID Header Check from EDID Block Check
2011-08-04 Dave AirlieMerge branch 'drm-intel-next' of ssh:///linux/kernel...
2011-08-04 Jesse Barnesdrm: track CEA version number if present
2011-07-26 Arun Sharmaatomic: use <linux/atomic.h>
2011-07-26 Linus TorvaldsMerge branch 'drm-core-next' of git://git./linux/kernel...
2011-07-25 Alan Coxdrm/gem: add support for private objects
2011-07-22 Keith PackardMerge branch 'drm-intel-fixes' into drm-intel-next
2011-07-22 Ole Henrik Jahrendrm/i915: Fix typo in DRM_I915_OVERLAY_PUT_IMAGE ioctl...
next