summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/dp/mst: constify drm_dp_mst_topology_cbs structuresJulia Lawall2016-01-042-2/+2
* drm/gma500: use to_pci_dev()Geliang Tang2016-01-041-2/+2
* drm/fb-helper: Use proper plane mask for fb cleanupMatt Roper2015-12-211-1/+1
* drm: use dev_name as default unique name in drm_dev_alloc()Nicolas Iooss2015-12-157-16/+9
* drm: make drm_dev_set_unique() not use a format stringNicolas Iooss2015-12-153-13/+8
* drm/vmwgfx: Constify function pointer structsVille Syrjälä2015-12-154-11/+11
* drm/udl: Constify function pointer structsVille Syrjälä2015-12-152-3/+3
* drm/tegra: Constify function pointer structsVille Syrjälä2015-12-151-1/+1
* drm/rockchip: Constify function pointer structsVille Syrjälä2015-12-152-3/+3
* drm/nouveau: Constify function pointer structsVille Syrjälä2015-12-151-3/+3
* drm/mgag200: Constify function pointer structsVille Syrjälä2015-12-151-2/+2
* drm/imx: Constify function pointer structsVille Syrjälä2015-12-156-16/+16
* drm/i2c/sil164: Constify function pointer structsVille Syrjälä2015-12-151-1/+1
* drm/i2c/adv7511: Constify function pointer structsVille Syrjälä2015-12-151-1/+1
* drm/exynos: Constify function pointer structsVille Syrjälä2015-12-158-24/+24
* drm/cirrus: Constify function pointer structsVille Syrjälä2015-12-151-2/+2
* drm/i2c/ch7006: Constify function pointer structsVille Syrjälä2015-12-151-1/+1
* drm/bridge/nxp-ptn3460: Constify function pointer structsVille Syrjälä2015-12-151-3/+3
* drm/bridge/dw_hdmi: Constify function pointer structsVille Syrjälä2015-12-151-3/+3
* drm/bochs: Constify function pointer structsVille Syrjälä2015-12-151-3/+3
* drm/atmel-hlcdc: Constify function pointer structsVille Syrjälä2015-12-151-2/+2
* drm/armada: Constify function pointer structsVille Syrjälä2015-12-151-1/+1
* drm: Constify drm_encoder_slave_funcsVille Syrjälä2015-12-154-9/+9
* drm: atmel-hlcdc: Fix module autoload for OF platform driverLuis de Bethencourt2015-12-151-0/+1
* drm: atmel-hlcdc: add support for sama5d2 SoCsNicolas Ferre2015-12-151-0/+4
* drm/qxl: use to_qxl_bo macroFrediano Ziglio2015-12-152-3/+3
* drm/vmwgfx: check kmalloc return valueRasmus Villemoes2015-12-151-1/+1
* drm/vmwgfx: use kzalloc in vmw_surface_define_ioctl()Rasmus Villemoes2015-12-151-5/+2
* drm/omap: use kzalloc in sita_init()Rasmus Villemoes2015-12-151-5/+2
* drm/imx: Drop pipe field from struct imx_drm_crtcThierry Reding2015-12-151-9/+8
* drm/imx: Make pipe number unsignedThierry Reding2015-12-152-4/+4
* drm/bochs: Store correct CRTC index in eventsThierry Reding2015-12-151-1/+1
* drm/gma500: Sanity-check pipe indexThierry Reding2015-12-151-3/+7
* drm: Use the driver's gem_object_free function from CMA helpers.Eric Anholt2015-12-152-5/+5
* drm/dp/mst: save vcpi with payloadsHarry Wentland2015-12-151-0/+2
* drm/dp/mst: reply with ACK for UP reqsMykola Lysenko2015-12-151-1/+1
* drm/atomic-helper: Drop unneeded argument from check_pending_encoderDaniel Vetter2015-12-151-3/+2
* drm/doc: Convert to markdownDanilo Cesar Lemes de Paula2015-12-154-48/+42
* Merge tag 'drm-intel-next-2015-12-04-1' of git://anongit.freedesktop.org/drm-...Dave Airlie2015-12-1524-772/+935
|\
| * drm/i915: Update DRIVER_DATE to 20151204Daniel Vetter2015-12-041-1/+1
| * drm/i915/skl: Add SKL GT4 PCI IDsMika Kuoppala2015-12-041-0/+1
| * Revert "drm/i915: Extend LRC pinning to cover GPU context writeback"Daniel Vetter2015-12-044-118/+27
| * drm/i915: Correct the Ref clock value for BXTDeepak M2015-12-041-1/+1
| * drm/i915: Restore skl_gt3 device infoDaniel Vetter2015-12-041-0/+1
| * drm/i915: Fix RPS pointer passed from wait_ioctl to i915_wait_requestChris Wilson2015-12-041-1/+1
| * Revert "drm/i915: Remove superfluous NULL check"Daniel Vetter2015-12-041-0/+4
| * drm/i915: Clean up device info structure definitionsWayne Boyer2015-12-041-102/+35
| * drm/i915: Remove superfluous NULL checkTakashi Iwai2015-12-041-4/+0
| * drm/i915: Handle cdclk limits on broadwell.Maarten Lankhorst2015-12-031-7/+3
| * i915: wait for fence in prepare_plane_fbAlex Goins2015-12-031-0/+11