aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-26drm/rockchip: Use the helpers for PSRSean Paul8-454/+295
2019-07-26drm/rockchip: Check for fast link training before enabling psrSean Paul1-4/+5
2019-07-26drm/panel: jh057n00900: Use drm_panel_{unprepare, disable} consistentlyGuido Günther1-2/+2
2019-07-26drm/panel: jh057n00900: Print error code on all DRM_DEV_ERROR()sGuido Günther1-2/+4
2019-07-26drm/panel: jh057n00900: Move mipi_dsi_dcs_set_display_off to disable()Guido Günther1-3/+3
2019-07-26drm/panel: jh057n00900: Move panel DSI init to enable()Guido Günther1-7/+8
2019-07-26video: amba-clcd: Spout an error if of_get_display_timing() gives an errorDouglas Anderson1-1/+3
2019-07-26drm: panel-lvds: Spout an error if of_get_display_timing() gives an errorDouglas Anderson1-1/+4
2019-07-26video: of: display_timing: Don't yell if no timing node is presentDouglas Anderson1-3/+1
2019-07-26video: of: display_timing: Add of_node_put() in of_get_display_timing()Douglas Anderson1-1/+6
2019-07-26drm/panel: simple: Add support for Sharp LD-D5116Z01B panelJeffrey Hugo1-0/+29
2019-07-26drm/panel: check failure cases in the probe funcNavid Emamdoost1-0/+13
2019-07-25drm: Switch to use DEVFREQ_GOV_SIMPLE_ONDEMAND constantYue Hu2-2/+4
2019-07-25drm/panfrost: Export all GPU feature registersSteven Price3-3/+38
2019-07-25drm/amd/display: Implement MST Aux device registrationLeo Li1-1/+23
2019-07-25drm/amd/display: Use connector kdev as aux device parentLeo Li1-1/+1
2019-07-25drm/nouveau: Use connector kdev as aux device parentLeo Li1-1/+1
2019-07-25drm/dp_mst: Enable registration of AUX devices for MST portsVille Syrjälä2-12/+145
2019-07-25drm/dp: Use non-cyclic idrLeo Li1-2/+1
2019-07-25drm/via: drop use of drmP.hSam Ravnborg8-17/+42
2019-07-25drm/via: make via_drv.h self-containedSam Ravnborg1-0/+3
2019-07-25drm/via: copy DRM_WAIT_ON as VIA_WAIT_ON and use itSam Ravnborg4-6/+46
2019-07-25drm/via: drop use of DRM(READ|WRITE) macrosSam Ravnborg5-64/+84
2019-07-25drm/bridge: sii902x: add audio graph card supportOlivier Moysan1-0/+23
2019-07-25drm/bridge: sii902x: make audio mclk optionalOlivier Moysan1-9/+10
2019-07-25drm/bridge: sii902x: fix missing reference to mclk clockOlivier Moysan1-0/+1
2019-07-25drm/stm: attach gem fence to atomic stateAhmad Fatoum1-0/+2
2019-07-25drm/tinydrm: Move mipi-dbiNoralf Trønnes11-21/+18
2019-07-25drm/tinydrm/mipi-dbi: Select DRM_KMS_HELPERNoralf Trønnes1-0/+1
2019-07-25drm/tinydrm/Kconfig: drivers: Select BACKLIGHT_CLASS_DEVICENoralf Trønnes1-4/+4
2019-07-25drm/tinydrm/mipi-dbi: Remove CMA helper dependencyNoralf Trønnes1-4/+5
2019-07-25drm/tinydrm: Split struct mipi_dbi in twoNoralf Trønnes7-83/+84
2019-07-25drm/tinydrm: Rename remaining variable mipi -> dbidevNoralf Trønnes7-161/+161
2019-07-25drm/tinydrm: Rename variable mipi -> dbiNoralf Trønnes7-262/+284
2019-07-25drm/tinydrm/mipi-dbi: Move cmdlock mutex initNoralf Trønnes1-2/+2
2019-07-24drm/mgag200: Don't unpin the current cursor image's buffer.Thomas Zimmermann1-1/+0
2019-07-24drm/mgag200: Set cursor scanout address to correct BOThomas Zimmermann1-1/+1
2019-07-24drm/mgag200: Pin displayed cursor BO to video memoryThomas Zimmermann1-1/+1
2019-07-23video: ssd1307fb: Add devicetree configuration of display setupMarko Kohtala1-16/+65
2019-07-23video: ssd1307fb: Handle width and height that are not multiple of 8Marko Kohtala1-13/+17
2019-07-23video: ssd1307fb: Start page range at page_offsetMarko Kohtala1-1/+1
2019-07-23video: ssd1307fb: Remove unneeded semicolonsMarko Kohtala1-4/+4
2019-07-23video: ssd1307fb: Use screen_buffer instead of screen_baseMarko Kohtala1-5/+5
2019-07-23video: fbdev-MMP: Remove call to memset after dma_alloc_coherentFuqian Huang1-1/+0
2019-07-23video: fbdev: nvidia: Remove dead codeSouptick Joarder1-24/+0
2019-07-23video: fbdev: nvidia: Remove extra returnSouptick Joarder1-2/+0
2019-07-23au1200fb: don't use DMA_ATTR_NON_CONSISTENTChristoph Hellwig1-3/+2
2019-07-23fbmem: remove redundant assignment to errColin Ian King1-1/+1
2019-07-23drm/tinydrm: Move tinydrm_display_pipe_init() to mipi-dbiNoralf Trønnes8-198/+81
2019-07-23drm/tinydrm/mipi-dbi: Add mipi_dbi_init_with_formats()Noralf Trønnes2-40/+54