summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2017-02-14drm/atomic: Add new iterators over all state, v3.Maarten Lankhorst3-15/+69
2017-02-13drm/bridge/tfp410: Make symbol tfp410_platform_driver staticWei Yongjun1-1/+1
2017-02-12drm: Constify drm_mode_config atomic helper private pointerLaurent Pinchart5-5/+5
2017-02-09drm: zte: use vblank hooks in struct drm_crtc_funcsShawn Guo3-43/+23
2017-02-09drm: vc4: use vblank hooks in struct drm_crtc_funcsShawn Guo3-8/+4
2017-02-09drm: tilcdc: use vblank hooks in struct drm_crtc_funcsShawn Guo2-12/+11
2017-02-09drm: tegra: use vblank hooks in struct drm_crtc_funcsShawn Guo3-44/+12
2017-02-09drm: sun4i: use vblank hooks in struct drm_crtc_funcsShawn Guo2-27/+24
2017-02-09drm: shmobile: use vblank hooks in struct drm_crtc_funcsShawn Guo3-36/+35
2017-02-09drm: rockchip: remove struct rockchip_crtc_funcsShawn Guo3-72/+2
2017-02-09drm: rcar-du: use vblank hooks in struct drm_crtc_funcsShawn Guo3-30/+19
2017-02-09drm: meson: use vblank hooks in struct drm_crtc_funcsShawn Guo2-20/+22
2017-02-09drm: imx: remove struct imx_drm_crtc and imx_drm_crtc_helper_funcsShawn Guo3-150/+22
2017-02-09drm: hibmc: use vblank hooks in struct drm_crtc_funcsShawn Guo2-22/+20
2017-02-08drm/omap: use vblank hooks in struct drm_crtc_funcsTomi Valkeinen4-12/+14
2017-02-08drm/edid: Don't print an error if the checksum of a CEA block is wrongTomeu Vizoso1-5/+8
2017-02-08drm: fsl-dcu: use vblank hooks in struct drm_crtc_funcsShawn Guo2-25/+26
2017-02-07drm/vc4: simplify exit path of a failed allocation of dsi_connectorColin Ian King1-12/+4
2017-02-07drm: exynos: use vblank hooks in struct drm_crtc_funcsShawn Guo5-35/+25
2017-02-07drm: atmel: use vblank hooks in struct drm_crtc_funcsShawn Guo2-21/+21
2017-02-07drm: armada: use vblank hooks in struct drm_crtc_funcsShawn Guo3-37/+37
2017-02-07drm: malidp: use vblank hooks in struct drm_crtc_funcsShawn Guo2-21/+21
2017-02-07drm: hdlcd: use vblank hooks in struct drm_crtc_funcsShawn Guo2-20/+20
2017-02-07drm: unexport function drm_vblank_no_hw_counter()Shawn Guo1-18/+10
2017-02-07drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo25-25/+0
2017-02-07drm: add vblank hooks to struct drm_crtc_funcsShawn Guo1-6/+47
2017-02-07drm/fb-helper: Automatically clean up fb_infoDaniel Vetter21-100/+39
2017-02-07drm/fb-helper: Explain unload sequence a bit betterDaniel Vetter1-3/+12
2017-02-06drm: Micro-optimise drm_mm_for_each_node_in_range()Chris Wilson2-5/+7
2017-02-06drm: mxsfb: Make local symbol mxsfb_funcs staticWei Yongjun1-1/+1
2017-02-06drm: mxsfb: fix error return code in mxsfb_load()Wei Yongjun1-0/+1
2017-02-03drm/nouveau/kms/nv50: Switch to using atomic helper for flip.Andrey Grodzovsky1-74/+10
2017-02-03drm/atomic: Save flip flags in drm_crtc_stateAndrey Grodzovsky1-14/+6
2017-02-03drm: kselftest for drm_mm and bottom-up allocationChris Wilson2-0/+101
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson22-350/+378
2017-02-03Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextDaniel Vetter14-123/+329
2017-02-03Merge branch 'drm-etnaviv-next' of https://git.pengutronix.de/git/lst/linux i...Dave Airlie14-123/+329
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi36-67/+39
2017-02-02drm: Provide a driver hook for drm_dev_release()Chris Wilson1-20/+45
2017-02-02drm: meson: rename driver name to meson-drmNeil Armstrong1-2/+1
2017-02-02drm: meson: rename module name to meson-drmNeil Armstrong1-3/+3
2017-02-02drm/bridge/sii8620: enable interlace modesAndrzej Hajda1-3/+0
2017-02-02drm/bridge/sii8620: enable MHL3 mode if possibleAndrzej Hajda1-11/+12
2017-02-02drm/bridge/sii8620: add HSIC initialization codeAndrzej Hajda2-4/+44
2017-02-02drm/bridge/sii8620: improve gen2 write burst IRQ routineAndrzej Hajda1-1/+20
2017-02-02drm/bridge/sii8620: send EMSC features on requestAndrzej Hajda2-12/+31
2017-02-02drm/bridge/sii8620: rewrite hdmi start sequenceAndrzej Hajda2-33/+262
2017-02-02drm/bridge/sii8620: fix disconnect sequenceAndrzej Hajda1-1/+3
2017-02-02drm/bridge/sii8620: split EDID read and write codeAndrzej Hajda1-4/+27
2017-02-02drm/bridge/sii8620: add delay during cbus resetAndrzej Hajda1-5/+4