summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2019-09-04drm/virtio: rework virtio_gpu_object_create fencingGerd Hoffmann3-43/+37
2019-09-04drm/virtio: rework virtio_gpu_execbuffer_ioctl fencingGerd Hoffmann3-45/+38
2019-09-04drm/virtio: add virtio_gpu_object_array & helpersGerd Hoffmann2-0/+110
2019-09-04drm/virtio: remove ttm calls from in virtio_gpu_object_{reserve, unreserve}Gerd Hoffmann1-3/+3
2019-09-04drm/virtio: drop no_wait argument from virtio_gpu_object_reserveGerd Hoffmann3-7/+6
2019-09-04drm/virtio: remove virtio_gpu_object_waitGerd Hoffmann2-14/+0
2019-09-04drm/virtio: simplify cursor updatesGerd Hoffmann1-10/+3
2019-09-04drm/virtio: switch virtio_gpu_wait_ioctl() to gem helper.Gerd Hoffmann1-12/+16
2019-09-04drm/virtio: pass gem reservation object to ttm initGerd Hoffmann1-1/+2
2019-09-03drm/dp_mst: Cleanup drm_dp_send_link_address() a bitLyude Paul1-19/+23
2019-09-03drm/dp_mst: Refactor drm_dp_mst_handle_down_rep()Lyude Paul1-52/+50
2019-09-03drm/dp_mst: Refactor drm_dp_mst_handle_up_req()Lyude Paul1-37/+38
2019-09-03drm/dp_mst: Constify guid in drm_dp_get_mst_branch_by_guid()Lyude Paul1-2/+2
2019-09-03drm/dp_mst: Remove huge conditional in drm_dp_mst_handle_up_req()Lyude Paul1-45/+45
2019-09-03drm/dp_mst: Refactor drm_dp_send_enum_path_resourcesLyude Paul1-8/+16
2019-09-03drm/dp_mst: Add sideband down request tracing + selftestsLyude Paul5-4/+535
2019-09-03drm/dp_mst: Combine redundant cases in drm_dp_encode_sideband_req()Lyude Paul1-6/+2
2019-09-03drm/print: Add drm_err_printer()Lyude Paul1-0/+6
2019-09-03drm/dp_mst: Move test_calc_pbn_mode() into an actual selftestLyude Paul5-28/+37
2019-09-03drm/dp_mst: Get rid of list clear in destroy_connector_workLyude Paul1-2/+0
2019-09-03drm/dp_mst: Move link address dumping into a functionLyude Paul1-12/+23
2019-09-03drm/vkms: Reduce critical section in vblank_simulateDaniel Vetter1-5/+4
2019-09-03drm/vkms: Use wait_for_flip_doneDaniel Vetter1-1/+1
2019-09-03drm/vblank: Document and fix vblank count barrier semanticsDaniel Vetter1-4/+41
2019-09-03drm/komeda: Add ACLK rate to sysfsMihail Atanassov1-0/+10
2019-09-03drm: Add high-precision time to vblank trace eventHeinrich Fink2-5/+12
2019-09-02drm/sti: Include the right headerLinus Walleij1-1/+1
2019-09-02drm: sti: use cec_notifier_conn_(un)registerDariusz Marcinkiewicz1-7/+12
2019-09-02drm: dw-hdmi-i2s: enable audio clock in audio_startupCheng-Yi Chiang1-0/+9
2019-08-29drm/ingenic: Hardcode panel type to DPILaurent Pinchart1-3/+2
2019-08-28drm/msm: Use drm_attach_bridge() to attach a bridge to an encoderBoris Brezillon2-2/+6
2019-08-28drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon51-0/+52
2019-08-28drm/meson: add resume/suspend hooksNeil Armstrong1-0/+32
2019-08-28drm/meson: dw_hdmi: add resume/suspend hooksNeil Armstrong1-34/+76
2019-08-28drm/virtio: module_param_named() requires linux/moduleparam.hStephen Rothwell1-0/+2
2019-08-28drm/virtio: notify virtqueues without holding spinlockGerd Hoffmann1-6/+19
2019-08-28drm/virtio: cleanup queue functionsGerd Hoffmann1-27/+14
2019-08-28drm/virtio: add plane checkGerd Hoffmann1-1/+16
2019-08-27drm/vc4/vc4_hdmi: fill in connector infoDariusz Marcinkiewicz1-4/+9
2019-08-27drm/i915/intel_hdmi: use cec_notifier_conn_(un)registerDariusz Marcinkiewicz1-4/+9
2019-08-27drm_dp_cec: add connector info support.Dariusz Marcinkiewicz4-15/+19
2019-08-27drm/virtio: make resource id workaround runtime switchable.Gerd Hoffmann1-20/+24
2019-08-26drm/mcde: Fix an error handling path in 'mcde_probe()'Christophe JAILLET1-1/+2
2019-08-26drm/mipi-dbi: fix a loop in debugfs codeDan Carpenter1-2/+1
2019-08-24drm/panel: Initialise panel dev and funcs through drm_panel_init()Laurent Pinchart40-120/+51
2019-08-24drm/panel: Add missing drm_panel_init() in panel driversLaurent Pinchart2-0/+2
2019-08-23drm/panfrost: Add errata descriptions from kbaseAlyssa Rosenzweig1-0/+81
2019-08-23drm/panfrost: Use mutex_trylock in panfrost_gem_purgeRob Herring1-4/+7
2019-08-23drm/shmem: Use mutex_trylock in drm_gem_shmem_purgeRob Herring1-2/+5
2019-08-23drm/shmem: Do dma_unmap_sg before purging pagesRob Herring1-0/+6