summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2019-04-05Merge tag 'drm-misc-next-2019-04-04' of git://anongit.freedesktop.org/drm/drm...Dave Airlie97-737/+7839
2019-04-04drm: Add ASPEED GFX driverJoel Stanley8-0/+676
2019-04-03drm/vc4: Disable V3D interactions if the v3d component didn't probe.Eric Anholt7-1/+50
2019-04-03drm/vc4: Use common helpers for debugfs setup by the driver components.Eric Anholt12-165/+125
2019-04-03drm/panel: otm8009a: Set clock to 29.70 MhzYannick Fertré1-7/+7
2019-04-03drm/panel: rm68200: No error msg if probe deferredYannick Fertré1-1/+2
2019-04-03drm/panel: otm8009a: No error msg if probe deferredYannick Fertré1-1/+2
2019-04-03drm/panel: otm8009a: Add delay at the end of initializationYannick Fertré1-0/+3
2019-04-03drm/panel: Add Rocktech jh057n00900 panel driverGuido Günther3-0/+400
2019-04-03drm/panel: Add Feiyang FY07024DI26A30-D MIPI-DSI LCD panelJagan Teki3-0/+282
2019-04-03drm/fb-helper: generic: Call drm_client_add() after setup is doneNoralf Trønnes1-2/+2
2019-04-03drm/vc4: Call drm_dev_register() after all setup is doneNoralf Trønnes1-2/+4
2019-04-03drm/fb-helper: dpms_legacy(): Only set on connectors in useNoralf Trønnes1-6/+5
2019-04-03drm/fb-helper: Remove unused gamma_size variableNoralf Trønnes1-5/+1
2019-04-03Merge commit 'refs/for-upstream/mali-dp' of git://linux-arm.org/linux-ld into...Dave Airlie13-30/+1982
2019-04-03Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie205-3668/+14358
2019-04-02drm/cirrus: drop mode_info.mode_config_initializedGerd Hoffmann2-8/+2
2019-04-02drm/bochs: drop mode_config_initializedGerd Hoffmann2-7/+2
2019-04-02drm/amdgpu/smu11: fix warning on 32bit archesAlex Deucher1-1/+1
2019-04-02drm/cirrus: add missing drm_helper_force_disable_all() call.Gerd Hoffmann1-0/+1
2019-04-02drm/bochs: add missing drm_atomic_helper_shutdown() call.Gerd Hoffmann1-0/+1
2019-04-02drm/virtio: add missing drm_atomic_helper_shutdown() call.Gerd Hoffmann1-0/+1
2019-04-01arm/komeda: Compile komeda_debugfs_init() only if CONFIG_DEBUG_FS is enabledLiviu Dudau1-0/+2
2019-04-01drm/v3d: fix a missing check of pm_runtime_get_syncKangjie Lu1-0/+2
2019-04-01drm/lima: driver for ARM Mali4xx GPUsQiang Yu35-0/+4079
2019-04-01drm/vc4: Make sure that the v3d ident debugfs has vc4's power on.Eric Anholt1-12/+17
2019-04-01drm/vc4: Add helpers for pm get/put.Eric Anholt4-28/+49
2019-04-01drm/vc4: Use drm_printer for the debugfs and runtime bo stats output.Eric Anholt1-34/+14
2019-04-01drm: shmem: Off by one in drm_gem_shmem_fault()Dan Carpenter1-1/+1
2019-04-01drm/vc4: Use drm_print_regset32() for our debug register dumping.Eric Anholt9-414/+350
2019-04-01drm: Add a helper function for printing a debugfs_regset32.Eric Anholt1-0/+28
2019-04-01drm/v3d: Rename the fence signaled from IRQs to "irq_fence".Eric Anholt4-14/+14
2019-04-01drm/v3d: Add a note about OOM vs FLDONE, which may be racing on v3.3.Eric Anholt1-1/+2
2019-04-01drm/komeda: Add debugfs node "register" for register dumpjames qian wang (Arm Technology China)5-0/+285
2019-04-01drm/komeda: Add irq handlingjames qian wang (Arm Technology China)6-2/+346
2019-04-01drm/komeda: Add komeda_assemble_pipelinesjames qian wang (Arm Technology China)3-1/+82
2019-04-01drm/komeda: Add D71 improc and timing_ctrlrjames qian wang (Arm Technology China)3-2/+118
2019-04-01drm/komeda: Add d71 compiz componentjames qian wang (Arm Technology China)2-8/+110
2019-04-01drm/komeda: Add d71 layerjames qian wang (Arm Technology China)3-4/+185
2019-04-01drm/v3d: fix a NULL vs error pointer mixupDan Carpenter1-2/+2
2019-04-01drm/vc4: Make sure to emit a tile coordinates between two MSAA loads.Eric Anholt1-12/+11
2019-04-01drm/syncobj: add timeline signal ioctl for syncobj v5Chunming Zhou3-0/+77
2019-04-01drm/syncobj: add transition iotcls between binary and timeline v2Chunming Zhou3-0/+78
2019-04-01drm/syncobj: use the timeline point in drm_syncobj_find_fence v4Christian König1-3/+47
2019-04-01drm/syncobj: add timeline payload query ioctl v6Chunming Zhou3-0/+66
2019-04-01drm/syncobj: add support for timeline point wait v8Chunming Zhou3-29/+128
2019-04-01drm/syncobj: add new drm_syncobj_add_point interface v4Christian König1-0/+40
2019-04-01drm: fallback to dma_alloc_coherent when memory encryption is activeChristian König1-0/+7
2019-04-01drm/sun4i: hdmi: add support for ddc-i2c-bus propertyMans Rullgard2-3/+38
2019-04-01drm/stm: add sleep power managementYannick Fertré3-0/+62