summaryrefslogtreecommitdiffstats
path: root/mm/mm_init.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-08drm/edid: index CEA/HDMI mode tables using the VICJani Nikula1-41/+53
2016-01-06drm/atomic: Remove drm_atomic_connectors_for_crtc.Maarten Lankhorst4-41/+5
2016-01-06drm/i915: Update connector_mask during readout, v2.Maarten Lankhorst1-1/+16
2016-01-05drm: Remove opencoded drm_gem_object_release_handle()Chris Wilson1-31/+24
2016-01-05drm: Do not set outparam on error during GEM handle allocationChris Wilson1-2/+4
2016-01-05drm/docs: more leftovers from the big vtable documentation pileDaniel Vetter2-191/+41
2016-01-05drm/atomic-helper: Reject legacy flips on a disabled pipeDaniel Vetter3-1/+27
2016-01-05drm/atomic: add connector mask to drm_crtc_state.Maarten Lankhorst2-0/+14
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 Lankhorst2-4/+28
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 Wunner2-21/+21
2016-01-04drm/dp/mst: constify drm_dp_mst_topology_cbs structuresJulia Lawall3-3/+3
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 Iooss4-14/+9
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ä5-10/+10
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