summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm: sti: sti_hqvdp: make of_device_ids const.Arvind Yadav2017-06-201-1/+1
* drm: sti: sti_dvo: make of_device_ids const.Arvind Yadav2017-06-201-1/+1
* drm: More links for gamma support helpersDaniel Vetter2017-06-201-0/+3
* drm: vc4: Use crtc->mode_valid() and encoder->mode_valid() callbacksJose Abreu2017-06-202-14/+12
* drm/doc: Improve ioctl/fops docs a bit moreDaniel Vetter2017-06-205-2/+32
* drm/pci: Deprecate drm_pci_init/exit completelyDaniel Vetter2017-06-2019-64/+56
* drm: Remove drm_driver->set_busid hookDaniel Vetter2017-06-2023-31/+3
* drm/udl: Remove dummy busid callbackDaniel Vetter2017-06-201-6/+0
* drm/vblank: Consistent drm_crtc_ prefixDaniel Vetter2017-06-205-8/+8
* drm/vblank: _ioctl posfix for ioctl handlerDaniel Vetter2017-06-203-24/+14
* drm/doc: vblank cleanupDaniel Vetter2017-06-204-141/+113
* drm/doc: Drop empty include for drm_color_mgmt.hDaniel Vetter2017-06-201-3/+0
* drm/tegra: Drop drm_vblank_cleanupDaniel Vetter2017-06-201-4/+1
* drm/sti: Drop drm_vblank_cleanupDaniel Vetter2017-06-201-1/+0
* drm/vc4: Mimic drm_atomic_helper_commit() behaviorBoris Brezillon2017-06-151-26/+12
* drm/vc4: Add get/set tiling ioctls.Eric Anholt2017-06-155-1/+147
* drm/vc4: Add T-format scanout support.Eric Anholt2017-06-153-5/+68
* drm: Reduce scope of 'state' variableDawid Kurek2017-06-151-1/+2
* drm: mxsfb_crtc: Reset the eLCDIF controllerFabio Estevam2017-06-151-0/+42
* drm: Remove duplicate forward declarationDawid Kurek2017-06-141-2/+0
* drm/panel: s6e3ha2: Add support for s6e3hf2 panel on TM2e boardHoegeun Kwon2017-06-141-7/+57
* dt-bindings: Add support for samsung s6e3hf2 panelHoegeun Kwon2017-06-141-1/+4
* drm/panel: add backlight dependency for sitronix-st7789vArnd Bergmann2017-06-141-0/+1
* drm/panel: S6E3HA2 needs backlight codeArnd Bergmann2017-06-141-0/+1
* drm/panel: simple: add support for AUO P320HVN03Lucas Stach2017-06-142-0/+39
* drm/panel: simple: add support for NLT NL192108AC18-02DLucas Stach2017-06-142-0/+37
* dt-bindings: add vendor prefix for NLT Technologies, Ltd.Lucas Stach2017-06-141-0/+1
* drm/panel: simple: add support for NEC NL12880B20-05Lucas Stach2017-06-142-0/+38
* drm/panel: add Innolux P079ZCA panel driverChris Zhong2017-06-143-0/+352
* dt-bindings: Add INNOLUX P079ZCA panel bindingsChris Zhong2017-06-141-0/+23
* drm/vc4: Fix resource leak in 'vc4_get_hang_state_ioctl()' in error handling ...Christophe JAILLET2017-06-121-5/+8
* drm/vc4/vc4_bo.c: always set bo->resvHans Verkuil2017-06-121-8/+4
* drm: Add const to name field declaration in struct drm_prop_enum_listJyri Sarha2017-06-081-1/+1
* drm/pl111: Fix offset calculation for the primary plane.Eric Anholt2017-06-071-13/+2
* drm/atmel-hlcdc: Fix panel registrationBoris Brezillon2017-06-071-2/+0
* drm/bridge: Build the panel wrapper in drm_kms_helperMaarten Lankhorst2017-06-071-1/+1
* drm/atmel-hlcdc: Replace the panel usage with drm_panel_bridge.Eric Anholt2017-06-051-149/+14
* drm/atmel-hlcdc: Drop custom encoder cleanup func.Eric Anholt2017-06-051-7/+1
* drm/vc4: Switch DPI to using the panel-bridge helper.Eric Anholt2017-06-051-134/+30
* drm/vc4: Switch DSI to the panel-bridge layer, and support bridges.Eric Anholt2017-06-052-135/+21
* drm/bridge: Refactor out the panel wrapper from the lvds-encoder bridge.Eric Anholt2017-06-056-141/+241
* drm/bridge/synopsys: dw-hdmi: Use bridge->mode_valid() callbackJose Abreu2017-06-055-36/+24
* drm: zte: use devm_of_platform_populate()Benjamin Gaignard2017-06-051-1/+1
* drm/vc4: Mark the device as active when enabling runtime PM.Eric Anholt2017-06-021-0/+1
* drm: remove writeq/readq function definitionsCorentin Labbe2017-06-021-13/+1
* drm/atmel-hlcdc: Use crtc->mode_valid() callbackJose Abreu2017-06-023-9/+11
* drm/exynos: Drop drm_vblank_cleanupDaniel Vetter2017-06-011-3/+1
* drm/hdlcd|mali: Drop drm_vblank_cleanupDaniel Vetter2017-06-012-4/+0
* drm/doc: Polish irq helper documentationDaniel Vetter2017-06-015-63/+66
* drm: Extract drm_vblank.[hc]Daniel Vetter2017-06-0111-1764/+1869