summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-07-16dma-buf: Move BUG_ON from _add_shared_fence to _add_shared_inplaceMichel Dänzer1-3/+3
2018-07-16drm/meson: Make DMT timings parameters and pixel clock genericNeil Armstrong5-713/+350
2018-07-13drm/doc: Include drm_of.c helpersDaniel Vetter1-1/+8
2018-07-13drm: drop _mode_ from remaining connector functionsDaniel Vetter15-42/+41
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter84-95/+92
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter54-70/+70
2018-07-13drm: Skip __drm_mode_set_config_internal() on atomic driversVille Syrjälä1-5/+10
2018-07-13drm: Introduce __setplane_atomic()Ville Syrjälä1-11/+57
2018-07-13drm: Extract __setplane_check()Ville Syrjälä1-31/+49
2018-07-13drm/i915: add DisplayPort CEC-Tunneling-over-AUX supportHans Verkuil1-2/+15
2018-07-13drm: add support for DisplayPort CEC-Tunneling-over-AUXHans Verkuil4-0/+440
2018-07-13drm/client: Fix double free in error pathNoralf Trønnes1-4/+4
2018-07-13drm/sti: Replace drm_dev_unref with drm_dev_putThomas Zimmermann1-4/+4
2018-07-13drm/stm: Replace drm_dev_unref with drm_dev_putThomas Zimmermann1-5/+5
2018-07-12drm/tinydrm: add backlight dependency for ili9341Arnd Bergmann1-0/+1
2018-07-12drm/sun4i: tcon-top: Fix return type warningMaxime Ripard1-1/+1
2018-07-12drm/sun4i: Implement zpos for DE2Jernej Skrabec4-37/+72
2018-07-12drm/vkms: Add framebuffer and plane helpersRodrigo Siqueira2-0/+14
2018-07-12drm/sun4i: fix build failure with CONFIG_DRM_SUN8I_MIXER=mArnd Bergmann4-3/+13
2018-07-12drm/sun4i: mixer: Read id from DTJernej Skrabec1-2/+47
2018-07-12drm/sun4i: DW HDMI: Make symbol sun8i_dw_hdmi_pltfm_driver staticWei Yongjun1-1/+1
2018-07-12drm/vkms: Add vblank events simulated by hrtimersRodrigo Siqueira3-0/+119
2018-07-12drm/vkms: Add connectors helpersRodrigo Siqueira3-6/+29
2018-07-12drm: gma500: Changed __attribute__((packed)) to __packedEames Trinh1-19/+19
2018-07-12drm/vkms: Add dumb operationsRodrigo Siqueira4-1/+213
2018-07-11drm/client: Fix: drm_client_new: Don't require DRM to be registeredNoralf Trønnes1-10/+1
2018-07-11drm/tinydrm: Fix doc build warningsNoralf Trønnes1-0/+2
2018-07-11drm/panel: simple: Add Sharp LQ035Q7DB03 panel supportVladimir Zapolskiy1-0/+27
2018-07-11drm/sun4i: tcon-top: Remove mux configuration at probe timeJernej Skrabec1-75/+1
2018-07-11drm/sun4i: tcon-top: Add helpers for mux switchingJernej Skrabec2-0/+78
2018-07-11drm/sun4i: mixer: Order includes alphabeticallyJernej Skrabec1-1/+1
2018-07-11drm/sun4i: DW HDMI: Release nodes if error happens during CRTC searchJernej Skrabec1-10/+5
2018-07-11drm/sun4i: tcon: Release node when traversing of graphJernej Skrabec1-0/+1
2018-07-11drm/sun4i: tcon-top: Cleanup clock handlingJernej Skrabec1-37/+11
2018-07-11drm/sun4i: Add R40 display engine compatibleJernej Skrabec1-0/+1
2018-07-10drm/panel: p079zca: Use of_device_get_match_data()Thierry Reding1-6/+2
2018-07-10drm/panel: type promotion bug in s6e8aa0_read_mtp_id()Dan Carpenter1-1/+1
2018-07-10drm/panel: p079zca: Support Innolux P097PFG panelLin Huang1-4/+196
2018-07-10drm/panel: p079zca: Add variable unprepare_delay propertiesLin Huang1-2/+8
2018-07-10drm/panel: p079zca: Refactor panel driver to support multiple panelsLin Huang1-41/+102
2018-07-10drm/panel: ili9881c: Fix missing assignment to error return retColin Ian King1-1/+1
2018-07-10drm/panel: simple: Add support for DataImage SCF0700C48GGU18Michal Vokáč1-0/+29
2018-07-10drm/panel: simple: Add support for Innolux G070Y2-L01Christoph Fritz1-2/+35
2018-07-10drm/panel: simple: Add newhaven, nhd-4.3-480272ef-atxl LCDTomi Valkeinen1-0/+30
2018-07-10drm: Add support for extracting sync signal drive edge from videomodePeter Ujfalusi1-4/+11
2018-07-10drm/panel: simple: Add support for BOE HV070WSA-100 panel to simple-panelAndrzej Hajda1-0/+25
2018-07-10drm/vc4: Support the case where the DSI device is disabledBoris Brezillon1-2/+13
2018-07-10drm/of: Make drm_of_find_panel_or_bridge() fail when the device is disabledBoris Brezillon1-0/+5
2018-07-10drm/panel: Let of_drm_find_panel() return -ENODEV when the panel is disabledBoris Brezillon1-2/+7
2018-07-10drm/panel: Make of_drm_find_panel() return an ERR_PTR() instead of NULLBoris Brezillon17-24/+42