aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
Commit message (Expand)AuthorAge
* drm/sman: kill owner tracking interface functionsDaniel Vetter2011-12-21
* drm/via: track obj->drm_fd relations in the driverDaniel Vetter2011-12-21
* drm/sis: track obj->drm_fd relations in the driverDaniel Vetter2011-12-21
* drm/exynos: Add plane support with fimdJoonyoung Shim2011-12-21
* drm: Add drm_format_num_planes() utility functionVille Syrjälä2011-12-20
* Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie2011-12-20
|\
| * drm/radeon/kms: add some new pci idsAlex Deucher2011-12-14
| * drm/radeon/kms: add some new pci idsAlex Deucher2011-12-01
| * Merge branch 'exynos-drm' of git://git.infradead.org/users/kmpark/linux-samsu...Dave Airlie2011-11-28
| |\
| | * drm/exynos: use gem create function genericallyInki Dae2011-11-15
| * | drm: integer overflow in drm_mode_dirtyfb_ioctl()Xi Wang2011-11-23
| * | drm/radeon/kms: add a CS ioctl flag not to rewrite tiling flags in the CSMarek Olšák2011-11-20
| * | drm/radeon: add some missing FireMV pci idsAlex Deucher2011-11-15
| |/
| * drm/exynos: added padding to be 64-bit align.Inki Dae2011-11-11
| * drm: serialize access to list of debugfs filesMarcin Slusarz2011-11-11
* | drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä2011-12-20
* | drm: plane: Make 'formats' parameter to drm_plane_init() constVille Syrjälä2011-12-20
* | drm: fourcc: Use __u32 instead of u32Ville Syrjälä2011-12-20
* | drm: Install drm_fourcc.hVille Syrjälä2011-12-20
* | drm: Add a missing ')'Ville Syrjälä2011-12-20
* | drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse2011-12-06
* | drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse2011-12-06
* | drm/ttm: provide dma aware ttm page pool code V9Konrad Rzeszutek Wilk2011-12-06
* | drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse2011-12-06
* | drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse2011-12-06
* | drm/ttm: page allocation use page array instead of listJerome Glisse2011-12-06
* | drm/ttm: remove unused backend flags fieldJerome Glisse2011-12-06
* | drm/ttm: remove split btw highmen and lowmem pageJerome Glisse2011-12-06
* | drm/ttm: remove userspace backed ttm object supportJerome Glisse2011-12-06
* | drm: document the drm_mode_config structureJesse Barnes2011-12-06
* | drm: document the drm_mode_group structureJesse Barnes2011-12-06
* | drm: document and cleanup drm_mode_config_funcsJesse Barnes2011-12-06
* | drm: document drm_mode_set structureJesse Barnes2011-12-06
* | drm: remove unused fields in drm_connector and document the restJesse Barnes2011-12-06
* | drm: add drm_encoder commentsJesse Barnes2011-12-06
* | drm: add comments for drm_encoder_funcsJesse Barnes2011-12-06
* | drm: fix comments for drm_crtc structJesse Barnes2011-12-06
* | drm: remove unused connector_count field from drm_display_modeJesse Barnes2011-12-06
* | gma500: Move the APIAlan Cox2011-12-06
* | drm: Redefine pixel formatsVille Syrjälä2011-12-01
* | drm: move the fb bpp/depth helper into the core.Dave Airlie2011-11-29
* | drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes2011-11-15
* | drm: add plane support v3Jesse Barnes2011-11-15
* | drm: Make the per-driver file_operations struct constArjan van de Ven2011-11-11
|/
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2011-11-07
|\
| * vmwgfx: Reinstate the update_layout ioctlThomas Hellstrom2011-11-02
| * drm/radeon/kms: properly set panel mode for eDPAlex Deucher2011-11-01
| * drm: Introduce "Virtual" connectors and encodersThomas Hellstrom2011-11-01
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\ \ | |/ |/|
| * include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker2011-10-31