summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: remove redundant clearing of driver->dma_quiescentDaniel Vetter2013-08-191-1/+0
* drm: mark context support as a legacy subsystemDaniel Vetter2013-08-193-36/+68
* drm: disallow legacy dma ioctls for modesetting driversDaniel Vetter2013-08-191-0/+15
* drm: mark dma setup/teardown as legacy systemsDaniel Vetter2013-08-193-14/+19
* drm: disallow legacy sg ioctls for modesetting driversDaniel Vetter2013-08-191-0/+6
* drm: hide legacy sg cleanup better from common codeDaniel Vetter2013-08-192-6/+10
* drm: kill dev->driver->set_versionDaniel Vetter2013-08-191-3/+0
* drm/radeon: kill firstopen callback for kms driverDaniel Vetter2013-08-192-15/+0
* drm/omap: kill firstopen callbackDaniel Vetter2013-08-191-7/+0
* drm/ttm: kill unused functionsMaarten Lankhorst2013-08-191-154/+0
* drm/radeon: remove stale gem->driver_private accessDavid Herrmann2013-08-192-2/+0
* drm/qxl: remove unused object_pin/unpin() helpersDavid Herrmann2013-08-193-30/+0
* drm/cirrus: remove unused driver_private accessDavid Herrmann2013-08-191-1/+0
* drm/mgag200: remove unused driver_private accessDavid Herrmann2013-08-191-1/+0
* drm/ast: remove unused driver_private accessDavid Herrmann2013-08-191-1/+0
* Merge remote-tracking branch 'pfdo/drm-rcar-for-v3.12' into drm-nextDave Airlie2013-08-19125-1511/+3067
|\
| * drm/rcar-du: Add FBDEV emulation supportLaurent Pinchart2013-08-094-9/+45
| * drm/rcar-du: Add internal LVDS encoder supportLaurent Pinchart2013-08-0912-3/+374
| * drm/rcar-du: Configure RGB output routing to DPAD0Laurent Pinchart2013-08-094-4/+50
| * drm/rcar-du: Rework output routing supportLaurent Pinchart2013-08-098-20/+92
| * drm/rcar-du: Add support for DEFR8 registerLaurent Pinchart2013-08-093-1/+5
| * drm/rcar-du: Add support for multiple groupsLaurent Pinchart2013-08-098-30/+63
| * drm/rcar-du: Fix buffer pitch alignment for R8A7790 DULaurent Pinchart2013-08-093-4/+16
| * drm/rcar-du: Add support for the R8A7790 DULaurent Pinchart2013-08-092-3/+68
| * drm/rcar-du: Move output routing configuration to groupLaurent Pinchart2013-08-093-21/+21
| * drm/rcar-du: Remove register definitions for the second channelLaurent Pinchart2013-08-091-9/+0
| * drm/rcar-du: Use dynamic number of CRTCs instead of CRTCs array sizeLaurent Pinchart2013-08-092-2/+2
| * drm/rcar-du: Introduce CRTCs groupsLaurent Pinchart2013-08-0910-203/+299
| * drm/rcar-du: Rename rcar_du_plane_(init|register) to rcar_du_planes_*Laurent Pinchart2013-08-093-6/+7
| * drm/rcar-du: Create rcar_du_planes structureLaurent Pinchart2013-08-092-12/+16
| * drm/rcar-du: Rename platform data fields to match what they describeLaurent Pinchart2013-08-093-5/+5
| * drm/rcar-du: Merge LVDS and VGA encoder codeLaurent Pinchart2013-08-0911-201/+118
| * drm/rcar-du: Split VGA encoder and connectorLaurent Pinchart2013-08-095-86/+123
| * drm/rcar-du: Split LVDS encoder and connectorLaurent Pinchart2013-08-094-118/+158
| * drm/rcar-du: Clarify comment regarding plane Y source coordinateLaurent Pinchart2013-08-091-3/+6
| * drm/rcar-du: Support per-CRTC clock and IRQLaurent Pinchart2013-08-094-74/+103
| * drm/rcar-du: Add platform module device tableLaurent Pinchart2013-08-092-0/+28
| * drm/rcar-du: Use devm_ioremap_resource()Laurent Pinchart2013-08-091-19/+3
| * drm/rcar-du: Add missing alpha plane register definitionsLaurent Pinchart2013-08-091-0/+15
| * Merge tag 'pinctrl-for-v3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-284-2/+26
| |\
| | * pinctrl: fix a memleak when freeing mapsLinus Walleij2013-07-251-0/+1
| | * pinctrl: pinctrl-single: fix compile warning when no CONFIG_PMJean-Francois Moine2013-07-221-0/+2
| | * pinctrl: sh-pfc: fix SDHI0 VccQ regulator on sh73a0 with DTGuennadi Liakhovetski2013-07-221-0/+1
| | * pinctrl: sirf: add usp0_uart_nostreamctrl pin group for usp-uart without flow...Qipan Li2013-07-221-0/+20
| | * pinctrl: sirf: fix the pin number and mux bit for usp0Qipan Li2013-07-221-2/+2
| * | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2013-07-286-24/+32
| |\ \
| | * | [SCSI] isci: fix breakage caused by >16byte CDB patchJames Bottomley2013-07-241-1/+1
| | * | [SCSI] mvsas: Fix kernel panic on tile due to unaligned data accessJames Bottomley2013-07-232-3/+9
| | * | [SCSI] sd: fix crash when UA received on DIF enabled deviceEwan D. Milne2013-07-231-15/+7
| | * | [SCSI] qla2xxx: Properly set the tagging for commands.Saurav Kashyap2013-07-231-2/+9