summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-01-05drm/atomic-helper: Reject legacy flips on a disabled pipeDaniel Vetter2-0/+25
2016-01-05drm/atomic: add connector mask to drm_crtc_state.Maarten Lankhorst1-0/+11
2016-01-05drm/tegra: Use __drm_atomic_helper_reset_connector for subclassing connector ...Maarten Lankhorst1-7/+6
2016-01-05drm/atomic: Add __drm_atomic_helper_connector_reset, v2.Maarten Lankhorst1-4/+26
2016-01-05drm/i915: Set connector_state->connector using the helper.Maarten Lankhorst1-4/+2
2016-01-05drm: Use a normal idr allocation for the obj->nameChris Wilson1-3/+1
2016-01-05drm: Only bump object-reference count when adding first handleChris Wilson1-5/+12
2016-01-05drm: Balance error path for GEM handle allocationChris Wilson1-12/+17
2016-01-04vga_switcheroo: Prettify documentationLukas Wunner1-1/+1
2016-01-04drm/dp/mst: constify drm_dp_mst_topology_cbs structuresJulia Lawall2-2/+2
2016-01-04drm/gma500: use to_pci_dev()Geliang Tang1-2/+2
2015-12-21drm/fb-helper: Use proper plane mask for fb cleanupMatt Roper1-1/+1
2015-12-15drm: use dev_name as default unique name in drm_dev_alloc()Nicolas Iooss7-16/+9
2015-12-15drm: make drm_dev_set_unique() not use a format stringNicolas Iooss3-13/+8
2015-12-15drm/vmwgfx: Constify function pointer structsVille Syrjälä4-11/+11
2015-12-15drm/udl: Constify function pointer structsVille Syrjälä2-3/+3
2015-12-15drm/tegra: Constify function pointer structsVille Syrjälä1-1/+1
2015-12-15drm/rockchip: Constify function pointer structsVille Syrjälä2-3/+3
2015-12-15drm/nouveau: Constify function pointer structsVille Syrjälä1-3/+3
2015-12-15drm/mgag200: Constify function pointer structsVille Syrjälä1-2/+2
2015-12-15drm/imx: Constify function pointer structsVille Syrjälä6-16/+16
2015-12-15drm/i2c/sil164: Constify function pointer structsVille Syrjälä1-1/+1
2015-12-15drm/i2c/adv7511: Constify function pointer structsVille Syrjälä1-1/+1
2015-12-15drm/exynos: Constify function pointer structsVille Syrjälä8-24/+24
2015-12-15drm/cirrus: Constify function pointer structsVille Syrjälä1-2/+2
2015-12-15drm/i2c/ch7006: Constify function pointer structsVille Syrjälä1-1/+1
2015-12-15drm/bridge/nxp-ptn3460: Constify function pointer structsVille Syrjälä1-3/+3
2015-12-15drm/bridge/dw_hdmi: Constify function pointer structsVille Syrjälä1-3/+3
2015-12-15drm/bochs: Constify function pointer structsVille Syrjälä1-3/+3
2015-12-15drm/atmel-hlcdc: Constify function pointer structsVille Syrjälä1-2/+2
2015-12-15drm/armada: Constify function pointer structsVille Syrjälä1-1/+1
2015-12-15drm: Constify drm_encoder_slave_funcsVille Syrjälä4-9/+9
2015-12-15drm: atmel-hlcdc: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-12-15drm: atmel-hlcdc: add support for sama5d2 SoCsNicolas Ferre1-0/+4
2015-12-15drm/qxl: use to_qxl_bo macroFrediano Ziglio2-3/+3
2015-12-15drm/vmwgfx: check kmalloc return valueRasmus Villemoes1-1/+1
2015-12-15drm/vmwgfx: use kzalloc in vmw_surface_define_ioctl()Rasmus Villemoes1-5/+2
2015-12-15drm/omap: use kzalloc in sita_init()Rasmus Villemoes1-5/+2
2015-12-15drm/imx: Drop pipe field from struct imx_drm_crtcThierry Reding1-9/+8
2015-12-15drm/imx: Make pipe number unsignedThierry Reding2-4/+4
2015-12-15drm/bochs: Store correct CRTC index in eventsThierry Reding1-1/+1
2015-12-15drm/gma500: Sanity-check pipe indexThierry Reding1-3/+7
2015-12-15drm: Use the driver's gem_object_free function from CMA helpers.Eric Anholt2-5/+5
2015-12-15drm/dp/mst: save vcpi with payloadsHarry Wentland1-0/+2
2015-12-15drm/dp/mst: reply with ACK for UP reqsMykola Lysenko1-1/+1
2015-12-15drm/atomic-helper: Drop unneeded argument from check_pending_encoderDaniel Vetter1-3/+2
2015-12-15drm/doc: Convert to markdownDanilo Cesar Lemes de Paula4-48/+42
2015-12-15Merge tag 'drm-intel-next-2015-12-04-1' of git://anongit.freedesktop.org/drm-...Dave Airlie24-772/+935
2015-12-15Merge tag 'drm-vc4-next-2015-12-11' of http://github.com/anholt/linux into dr...Dave Airlie20-21/+5290
2015-12-15Merge branch 'exynos-drm-next' of git://git.kernel.org:/pub/scm/linux/kernel/...Dave Airlie20-600/+927