summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2016-01-13drm: Do not set connector->encoder in driversThierry Reding
2016-01-08drm: move MODULE_PARM_DESC to other fileDan Carpenter
2016-01-08drm/edid: index CEA/HDMI mode tables using the VICJani Nikula
2016-01-06drm/atomic: Remove drm_atomic_connectors_for_crtc.Maarten Lankhorst
2016-01-06drm/i915: Update connector_mask during readout, v2.Maarten Lankhorst
2016-01-05drm: Remove opencoded drm_gem_object_release_handle()Chris Wilson
2016-01-05drm: Do not set outparam on error during GEM handle allocationChris Wilson
2016-01-05drm/atomic-helper: Reject legacy flips on a disabled pipeDaniel Vetter
2016-01-05drm/atomic: add connector mask to drm_crtc_state.Maarten Lankhorst
2016-01-05drm/tegra: Use __drm_atomic_helper_reset_connector for subclassing connector ...Maarten Lankhorst
2016-01-05drm/atomic: Add __drm_atomic_helper_connector_reset, v2.Maarten Lankhorst
2016-01-05drm/i915: Set connector_state->connector using the helper.Maarten Lankhorst
2016-01-05drm: Use a normal idr allocation for the obj->nameChris Wilson
2016-01-05drm: Only bump object-reference count when adding first handleChris Wilson
2016-01-05drm: Balance error path for GEM handle allocationChris Wilson
2016-01-04vga_switcheroo: Prettify documentationLukas Wunner
2016-01-04drm/dp/mst: constify drm_dp_mst_topology_cbs structuresJulia Lawall
2016-01-04drm/gma500: use to_pci_dev()Geliang Tang
2015-12-21drm/fb-helper: Use proper plane mask for fb cleanupMatt Roper
2015-12-15drm: use dev_name as default unique name in drm_dev_alloc()Nicolas Iooss
2015-12-15drm: make drm_dev_set_unique() not use a format stringNicolas Iooss
2015-12-15drm/vmwgfx: Constify function pointer structsVille Syrjälä
2015-12-15drm/udl: Constify function pointer structsVille Syrjälä
2015-12-15drm/tegra: Constify function pointer structsVille Syrjälä
2015-12-15drm/rockchip: Constify function pointer structsVille Syrjälä
2015-12-15drm/nouveau: Constify function pointer structsVille Syrjälä
2015-12-15drm/mgag200: Constify function pointer structsVille Syrjälä
2015-12-15drm/imx: Constify function pointer structsVille Syrjälä
2015-12-15drm/i2c/sil164: Constify function pointer structsVille Syrjälä
2015-12-15drm/i2c/adv7511: Constify function pointer structsVille Syrjälä
2015-12-15drm/exynos: Constify function pointer structsVille Syrjälä
2015-12-15drm/cirrus: Constify function pointer structsVille Syrjälä
2015-12-15drm/i2c/ch7006: Constify function pointer structsVille Syrjälä
2015-12-15drm/bridge/nxp-ptn3460: Constify function pointer structsVille Syrjälä
2015-12-15drm/bridge/dw_hdmi: Constify function pointer structsVille Syrjälä
2015-12-15drm/bochs: Constify function pointer structsVille Syrjälä
2015-12-15drm/atmel-hlcdc: Constify function pointer structsVille Syrjälä
2015-12-15drm/armada: Constify function pointer structsVille Syrjälä
2015-12-15drm: Constify drm_encoder_slave_funcsVille Syrjälä
2015-12-15drm: atmel-hlcdc: Fix module autoload for OF platform driverLuis de Bethencourt
2015-12-15drm: atmel-hlcdc: add support for sama5d2 SoCsNicolas Ferre
2015-12-15drm/qxl: use to_qxl_bo macroFrediano Ziglio
2015-12-15drm/vmwgfx: check kmalloc return valueRasmus Villemoes
2015-12-15drm/vmwgfx: use kzalloc in vmw_surface_define_ioctl()Rasmus Villemoes
2015-12-15drm/omap: use kzalloc in sita_init()Rasmus Villemoes
2015-12-15drm/imx: Drop pipe field from struct imx_drm_crtcThierry Reding
2015-12-15drm/imx: Make pipe number unsignedThierry Reding
2015-12-15drm/bochs: Store correct CRTC index in eventsThierry Reding
2015-12-15drm/gma500: Sanity-check pipe indexThierry Reding
2015-12-15drm: Use the driver's gem_object_free function from CMA helpers.Eric Anholt