summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-28drm: Introduce drm_framebuffer_{get,put}()Thierry Reding7-44/+79
2017-02-28drm: Introduce drm_connector_{get,put}()Thierry Reding9-30/+65
2017-02-28drm: Introduce drm_mode_object_{get,put}()Thierry Reding5-29/+95
2017-02-28drm: Rename drm_mode_object_get()Thierry Reding9-30/+24
2017-02-28gpu: drm: core: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches3-10/+9
2017-02-28drm/doc: Capture TODO for deferred fbdev setupDaniel Vetter1-0/+11
2017-02-28drm/docs: Record TODO about plane clippingDaniel Vetter1-0/+12
2017-02-28drm: Convert drm_framebuffer_remove to atomic, v4.Maarten Lankhorst3-0/+96
2017-02-28drm/atomic: Make disable_all helper fully disable the crtc.Maarten Lankhorst2-126/+38
2017-02-28drm/atmel-hlcdc: Simplify the HLCDC layer logicBoris Brezillon7-1496/+697
2017-02-28drm: add drm_get_connector_force_nameJani Nikula3-39/+26
2017-02-28drm/via: use get_user_pages_unlocked()Lorenzo Stoakes1-7/+3
2017-02-27drm: sti: make driver use devm_of_platform_populate()Benjamin Gaignard1-2/+1
2017-02-27of: add devm_ functions for populate and depopulateBenjamin Gaignard2-0/+82
2017-02-27drm: Add a new connector atomic property for link statusManasi Navare6-0/+111
2017-02-27drm/doc: Fix up some kms function namesArchit Taneja1-3/+3
2017-02-27drm/tinydrm: fix semicolon.cocci warningskbuild test robot1-1/+1
2017-02-27drm: kselftest: fix spelling mistake: "misalinged" -> "misaligned"Colin Ian King1-1/+1
2017-02-27dma-buf/reservation: Wrap ww_mutex_trylockChris Wilson1-0/+20
2017-02-27drm/fb-helper: Add multi buffer support for cma fbdevXinliang Liu2-0/+19
2017-02-26drm: Always prepare null framebuffer in transitional helperGabriel Krisman Bertazi2-2/+4
2017-02-26drm: drm_printer: add __printf validationJoe Perches2-1/+4
2017-02-26Merge airlied/drm-next into drm-misc-nextDaniel Vetter888-7985/+20277
2017-02-24lib/Kconfig: make PRIME_NUMBERS not user selectable.Dave Airlie1-1/+1
2017-02-24drm/tinydrm: helpers: Properly fix backlight dependencyNoralf Trønnes1-19/+0
2017-02-24drm/tinydrm: mipi-dbi: Fix field width specifier warningNoralf Trønnes1-2/+2
2017-02-24drm/tinydrm: mipi-dbi: Silence: ‘cmd’ may be used uninitializedNoralf Trønnes1-1/+1
2017-02-24Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie12-13/+71
2017-02-24Merge tag 'drm/panel/for-4.11-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie7-3/+128
2017-02-24Merge tag 'drm/tegra/for-4.11-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie1-0/+1
2017-02-23drm: Add name for DRM_DP_DUAL_MODE_LSPCONAnder Conselvan de Oliveira1-0/+2
2017-02-23drm/bridge/sii8620: add missing error handling in probeAndrzej Hajda1-0/+4
2017-02-23drm/sti: fix build warnings in sti_drv.c and sti_vtg.c filesVincent Abriou2-10/+0
2017-02-23Merge tag 'imx-drm-fixes-2017-02-17' of https://git.pengutronix.de/git/pza/li...Dave Airlie4-11/+7
2017-02-23Merge tag 'v4.10-rc8' into drm-nextDave Airlie566-3088/+5220
2017-02-23Merge tag 'drm-tinydrm-2017-02-18' of https://github.com/notro/linux into drm...Dave Airlie20-0/+2845
2017-02-23drm/amd/powerplay: fix PSI feature on Polars12.Rex Zhu5-2/+36
2017-02-22drm/amdgpu: refuse to reserve io mem for split VRAM buffersNicolai Hähnle1-0/+3
2017-02-22drm/ttm: fix use-after-free races in vm fault handlingNicolai Hähnle1-0/+12
2017-02-21drm: qxl: use vblank hooks in struct drm_crtc_funcsShawn Guo2-18/+16
2017-02-21drm: mediatek: use vblank hooks in struct drm_crtc_funcsShawn Guo3-9/+4
2017-02-21drm: kirin: use vblank hooks in struct drm_crtc_funcsShawn Guo1-6/+4
2017-02-21drm/edid: respect connector force for drm_get_edid ddc probeJani Nikula1-1/+4
2017-02-21drm: do not debug log about missing CEA extensions on NULL edidJani Nikula1-0/+3
2017-02-21drm: move edid property update and add modes out of edid firmware loaderJani Nikula3-17/+15
2017-02-18drm/tinydrm: Add support for Multi-Inno MI0283QT displayNoralf Trønnes5-0/+350
2017-02-18dt-bindings: Add Multi-Inno MI0283QT bindingNoralf Trønnes1-0/+27
2017-02-18dt-bindings: display/panel: Add common rotation propertyNoralf Trønnes1-0/+4
2017-02-18of: Add vendor prefix for Multi-InnoNoralf Trønnes1-0/+1
2017-02-18drm/tinydrm: Add MIPI DBI supportNoralf Trønnes5-0/+1130