summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/meson: Add G12A support for plane handling in CRTC driverNeil Armstrong2019-04-092-52/+221
* drm/meson: Add G12A Support for the Overlay video planeNeil Armstrong2019-04-091-2/+8
* drm/meson: Add G12A support for OSD1 PlaneNeil Armstrong2019-04-091-2/+13
* drm/meson: Add G12A Support for VIU setupNeil Armstrong2019-04-091-5/+67
* drm/meson: Add G12A Support for VPP setupNeil Armstrong2019-04-091-22/+29
* drm/meson: Add registers for G12A SoCNeil Armstrong2019-04-091-0/+247
* drm/meson: Switch PLL to 5.94GHz base for 297Mhz pixel clockNeil Armstrong2019-04-091-2/+2
* dt-bindings: display: amlogic, meson-dw-hdmi: Add G12A compatible and portsNeil Armstrong2019-04-091-0/+4
* dt-bindings: display: amlogic, meson-vpu: Add G12A compatible and portsNeil Armstrong2019-04-091-0/+4
* dt-bindings: gpu: add bindings for the ARM Mali Bifrost GPUNeil Armstrong2019-04-091-0/+92
* MAINTAINERS: mark lima mailing list as moderatedRandy Dunlap2019-04-081-1/+1
* drm/cirrus: rewrite and modernize driver.Gerd Hoffmann2019-04-089-2013/+658
* drm: add drm_fb_xrgb8888_to_rgb888_dstclip()Gerd Hoffmann2019-04-082-0/+63
* drm: add drm_fb_xrgb8888_to_rgb565_dstclip()Gerd Hoffmann2019-04-082-31/+85
* drm: add drm_fb_memcpy_dstclip() helperGerd Hoffmann2019-04-082-8/+45
* drm: move tinydrm format conversion helpers to new drm_format_helper.cGerd Hoffmann2019-04-088-174/+216
* Documentation/gpu/meson: Remove link to meson_canvas.cSean Paul2019-04-051-6/+0
* drm/pl111: fix possible object reference leakWen Yang2019-04-041-0/+4
* drm/vc4: vc4_debugfs_regset32() can be statickbuild test robot2019-04-041-1/+1
* drm/panel: Rocktech jh057n00900: Add terminating newlines to loggingJoe Perches2019-04-041-9/+10
* MAINTAINERS: Add ASPEED BMC GFX DRM driver entryJoel Stanley2019-04-041-0/+8
* drm: Add ASPEED GFX driverJoel Stanley2019-04-048-0/+676
* dt-bindings: gpu: Add ASPEED GFX bindings documentJoel Stanley2019-04-041-0/+41
* drm/vc4: Disable V3D interactions if the v3d component didn't probe.Eric Anholt2019-04-037-1/+50
* drm/vc4: Use common helpers for debugfs setup by the driver components.Eric Anholt2019-04-0312-165/+125
* drm/panel: otm8009a: Set clock to 29.70 MhzYannick Fertré2019-04-031-7/+7
* drm/panel: rm68200: No error msg if probe deferredYannick Fertré2019-04-031-1/+2
* drm/panel: otm8009a: No error msg if probe deferredYannick Fertré2019-04-031-1/+2
* drm/panel: otm8009a: Add delay at the end of initializationYannick Fertré2019-04-031-0/+3
* drm/panel: Add Rocktech jh057n00900 panel driverGuido Günther2019-04-034-0/+406
* dt-bindings: Add Rocktech jh057n00900 panel bindingsGuido Günther2019-04-031-0/+18
* dt-bindings: Add vendor prefix for ROCKTECH DISPLAYS LIMITEDGuido Günther2019-04-031-0/+1
* dt-bindings: display/panel: Add missing unit namesGuido Günther2019-04-033-3/+3
* drm/panel: Add Feiyang FY07024DI26A30-D MIPI-DSI LCD panelJagan Teki2019-04-034-0/+288
* dt-bindings: panel: Add Feiyang FY07024DI26A30-D MIPI-DSI LCD panelJagan Teki2019-04-031-0/+20
* drm/gamma: Clarify gamma lut uapiDaniel Vetter2019-04-031-1/+2
* drm/fb-helper: generic: Call drm_client_add() after setup is doneNoralf Trønnes2019-04-031-2/+2
* drm/vc4: Call drm_dev_register() after all setup is doneNoralf Trønnes2019-04-031-2/+4
* drm/fb-helper: dpms_legacy(): Only set on connectors in useNoralf Trønnes2019-04-031-6/+5
* drm/fb-helper: Remove unused gamma_size variableNoralf Trønnes2019-04-031-5/+1
* drm/cirrus: drop mode_info.mode_config_initializedGerd Hoffmann2019-04-022-8/+2
* drm/bochs: drop mode_config_initializedGerd Hoffmann2019-04-022-7/+2
* drm/cirrus: add missing drm_helper_force_disable_all() call.Gerd Hoffmann2019-04-021-0/+1
* drm/bochs: add missing drm_atomic_helper_shutdown() call.Gerd Hoffmann2019-04-021-0/+1
* drm/virtio: add missing drm_atomic_helper_shutdown() call.Gerd Hoffmann2019-04-021-0/+1
* drm/v3d: fix a missing check of pm_runtime_get_syncKangjie Lu2019-04-011-0/+2
* MAINTAINERS: add drm/lima driver infoQiang Yu2019-04-011-0/+9
* drm/lima: driver for ARM Mali4xx GPUsQiang Yu2019-04-0136-0/+4248
* drm/vc4: Make sure that the v3d ident debugfs has vc4's power on.Eric Anholt2019-04-011-12/+17
* drm/vc4: Add helpers for pm get/put.Eric Anholt2019-04-014-28/+49