summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm: Add name for DRM_DP_DUAL_MODE_LSPCONAnder Conselvan de Oliveira2017-02-231-0/+2
* drm/bridge/sii8620: add missing error handling in probeAndrzej Hajda2017-02-231-0/+4
* drm: qxl: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-212-18/+16
* drm: mediatek: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-213-9/+4
* drm: kirin: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-211-6/+4
* drm/edid: respect connector force for drm_get_edid ddc probeJani Nikula2017-02-211-1/+4
* drm: do not debug log about missing CEA extensions on NULL edidJani Nikula2017-02-211-0/+3
* drm: move edid property update and add modes out of edid firmware loaderJani Nikula2017-02-212-14/+11
* drm/virtio: call drm_plane_cleanup() at destroy phaseGustavo Padovan2017-02-161-0/+1
* drm/vc4: Drop debug print at boot with DPI enabled.Eric Anholt2017-02-151-13/+0
* drm: Reduce EDID warnings from DRM_ERROR to DRM_NOTEChris Wilson2017-02-141-7/+8
* drm: ensure atomic messages consistently include the name of the componentRussell King2017-02-142-9/+12
* drm/msm/dsi: fix error return code in msm_dsi_host_init()Wei Yongjun2017-02-141-0/+1
* drm/atomic: Use new atomic iterator macros.Maarten Lankhorst2017-02-141-8/+8
* drm/atomic: Make add_affected_connectors look at crtc_state.Maarten Lankhorst2017-02-141-3/+8
* drm/atomic: Add new iterators over all state, v3.Maarten Lankhorst2017-02-143-15/+69
* drm/bridge/tfp410: Make symbol tfp410_platform_driver staticWei Yongjun2017-02-131-1/+1
* drm: Constify drm_mode_config atomic helper private pointerLaurent Pinchart2017-02-125-5/+5
* drm: zte: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-093-43/+23
* drm: vc4: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-093-8/+4
* drm: tilcdc: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-092-12/+11
* drm: tegra: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-093-44/+12
* drm: sun4i: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-092-27/+24
* drm: shmobile: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-093-36/+35
* drm: rockchip: remove struct rockchip_crtc_funcsShawn Guo2017-02-093-72/+2
* drm: rcar-du: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-093-30/+19
* drm: meson: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-092-20/+22
* drm: imx: remove struct imx_drm_crtc and imx_drm_crtc_helper_funcsShawn Guo2017-02-093-150/+22
* drm: hibmc: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-092-22/+20
* drm/omap: use vblank hooks in struct drm_crtc_funcsTomi Valkeinen2017-02-084-12/+14
* drm/edid: Don't print an error if the checksum of a CEA block is wrongTomeu Vizoso2017-02-081-5/+8
* drm: fsl-dcu: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-082-25/+26
* drm/vc4: simplify exit path of a failed allocation of dsi_connectorColin Ian King2017-02-071-12/+4
* drm: exynos: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-075-35/+25
* drm: atmel: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-072-21/+21
* drm: armada: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-073-37/+37
* drm: malidp: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-072-21/+21
* drm: hdlcd: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-072-20/+20
* drm: unexport function drm_vblank_no_hw_counter()Shawn Guo2017-02-071-18/+10
* drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo2017-02-0725-25/+0
* drm: add vblank hooks to struct drm_crtc_funcsShawn Guo2017-02-071-6/+47
* drm/fb-helper: Automatically clean up fb_infoDaniel Vetter2017-02-0721-100/+39
* drm/fb-helper: Explain unload sequence a bit betterDaniel Vetter2017-02-071-3/+12
* drm: Micro-optimise drm_mm_for_each_node_in_range()Chris Wilson2017-02-062-5/+7
* drm: mxsfb: Make local symbol mxsfb_funcs staticWei Yongjun2017-02-061-1/+1
* drm: mxsfb: fix error return code in mxsfb_load()Wei Yongjun2017-02-061-0/+1
* drm/nouveau/kms/nv50: Switch to using atomic helper for flip.Andrey Grodzovsky2017-02-031-74/+10
* drm/atomic: Save flip flags in drm_crtc_stateAndrey Grodzovsky2017-02-031-14/+6
* drm: kselftest for drm_mm and bottom-up allocationChris Wilson2017-02-032-0/+101
* drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson2017-02-0322-350/+378