summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-16Merge tag 'drm-misc-next-2017-06-15' of git://anongit.freedesktop.org/git/drm...Dave Airlie34-643/+944
2017-06-15drm: Reduce scope of 'state' variableDawid Kurek1-1/+2
2017-06-15drm: mxsfb_crtc: Reset the eLCDIF controllerFabio Estevam1-0/+42
2017-06-15drm: Remove duplicate forward declarationDawid Kurek1-2/+0
2017-06-14drm/panel: s6e3ha2: Add support for s6e3hf2 panel on TM2e boardHoegeun Kwon1-7/+57
2017-06-14dt-bindings: Add support for samsung s6e3hf2 panelHoegeun Kwon1-1/+4
2017-06-14drm/panel: add backlight dependency for sitronix-st7789vArnd Bergmann1-0/+1
2017-06-14drm/panel: S6E3HA2 needs backlight codeArnd Bergmann1-0/+1
2017-06-14drm/panel: simple: add support for AUO P320HVN03Lucas Stach2-0/+39
2017-06-14drm/panel: simple: add support for NLT NL192108AC18-02DLucas Stach2-0/+37
2017-06-14dt-bindings: add vendor prefix for NLT Technologies, Ltd.Lucas Stach1-0/+1
2017-06-14drm/panel: simple: add support for NEC NL12880B20-05Lucas Stach2-0/+38
2017-06-14drm/panel: add Innolux P079ZCA panel driverChris Zhong3-0/+352
2017-06-14dt-bindings: Add INNOLUX P079ZCA panel bindingsChris Zhong1-0/+23
2017-06-14drm/syncobj: add sync_file interaction. (v1.2)Dave Airlie2-2/+75
2017-06-14drm: introduce sync objects (v4)Dave Airlie11-1/+552
2017-06-13drm/vc4: Fix resource leak in 'vc4_get_hang_state_ioctl()' in error handling ...Christophe JAILLET1-5/+8
2017-06-13drm/vc4/vc4_bo.c: always set bo->resvHans Verkuil1-8/+4
2017-06-08drm: Add const to name field declaration in struct drm_prop_enum_listJyri Sarha1-1/+1
2017-06-07drm/pl111: Fix offset calculation for the primary plane.Eric Anholt1-13/+2
2017-06-07drm/atmel-hlcdc: Fix panel registrationBoris Brezillon1-2/+0
2017-06-07drm/bridge: Build the panel wrapper in drm_kms_helperMaarten Lankhorst1-1/+1
2017-06-06Merge tag 'exynos-drm-next-for-v4.13' of git://git.kernel.org/pub/scm/linux/k...Dave Airlie15-302/+195
2017-06-06Merge tag 'drm-misc-next-2017-06-02' of git://anongit.freedesktop.org/git/drm...Dave Airlie50-1987/+2278
2017-06-05drm/atmel-hlcdc: Replace the panel usage with drm_panel_bridge.Eric Anholt1-149/+14
2017-06-05drm/atmel-hlcdc: Drop custom encoder cleanup func.Eric Anholt1-7/+1
2017-06-05drm/vc4: Switch DPI to using the panel-bridge helper.Eric Anholt1-134/+30
2017-06-05drm/vc4: Switch DSI to the panel-bridge layer, and support bridges.Eric Anholt2-135/+21
2017-06-05drm/bridge: Refactor out the panel wrapper from the lvds-encoder bridge.Eric Anholt6-141/+241
2017-06-05drm/bridge/synopsys: dw-hdmi: Use bridge->mode_valid() callbackJose Abreu5-36/+24
2017-06-05drm: zte: use devm_of_platform_populate()Benjamin Gaignard1-1/+1
2017-06-03Merge tag 'omapdrm-4.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Dave Airlie50-3403/+705
2017-06-02drm/vc4: Mark the device as active when enabling runtime PM.Eric Anholt1-0/+1
2017-06-02drm: remove writeq/readq function definitionsCorentin Labbe1-13/+1
2017-06-02drm/atmel-hlcdc: Use crtc->mode_valid() callbackJose Abreu3-9/+11
2017-06-02drm/omap: fix tiled buffer stride calculationsTomi Valkeinen1-2/+2
2017-06-02drm/omap: fix YUV422 90/270 rotation with mirroringTomi Valkeinen1-2/+2
2017-06-02drm/omap: fix YUV422 rotation with TILERTomi Valkeinen2-2/+32
2017-06-02drm/omap: pass rotation to dispcTomi Valkeinen1-0/+2
2017-06-02drm/omap: DRM_MODE_REFLECT_* instead of mirror booleanTomi Valkeinen3-17/+10
2017-06-02drm/omap: use DRM_MODE_ROTATE_* instead of OMAP_DSS_ROT_*Tomi Valkeinen3-39/+31
2017-06-02drm/omap: remove omap_drm_winTomi Valkeinen3-52/+21
2017-06-02drm/omap: add drm_rotation_to_tiler helper()Tomi Valkeinen1-25/+31
2017-06-02drm/omap: rename color_mode to fourccTomi Valkeinen5-63/+58
2017-06-02drm/omap: cleanup formats arrayTomi Valkeinen1-29/+20
2017-06-02drm/omap: remove omap_framebuffer_get_formats()Tomi Valkeinen3-32/+7
2017-06-02drm/omap: use DRM_FORMAT_* instead of OMAP_DSS_COLOR_*Tomi Valkeinen4-160/+148
2017-06-02drm/omap: use u32 instead of enum omap_color_modeTomi Valkeinen6-35/+35
2017-06-02drm/omap: change supported_modes to an arrayTomi Valkeinen6-72/+103
2017-06-02drm/omap: remove unneeded prototypesTomi Valkeinen1-5/+0