summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)Author
2019-09-08drm/bridge: panel: Infer connector type from panel by defaultLaurent Pinchart
2019-09-08drm/panel: Add and fill drm_panel type fieldLaurent Pinchart
2019-09-06drm/blend: Define the direction of Z position valuesDaniel Vetter
2019-09-06drm: Use EOPNOTSUPP, not ENOTSUPPDaniel Vetter
2019-09-06drm/virtio: fix command submission with objects but without fence.Gerd Hoffmann
2019-09-04drm/virtio: add worker for object releaseGerd Hoffmann
2019-09-04drm/virtio: add fence sanity checkGerd Hoffmann
2019-09-04drm/virtio: drop virtio_gpu_object_{reserve, unreserve}Gerd Hoffmann
2019-09-04drm/virtio: drop virtio_gpu_object_{ref,unref}Gerd Hoffmann
2019-09-04drm/virtio: remove virtio_gpu_alloc_objectGerd Hoffmann
2019-09-04drm/virtio: switch from ttm to gem shmem helpersGerd Hoffmann
2019-09-04drm/virtio: drop virtio_gpu_object_list_validate/virtio_gpu_unref_listGerd Hoffmann
2019-09-04drm/virtio: rework virtio_gpu_cmd_context_{attach, detach}_resourceGerd Hoffmann
2019-09-04drm/virtio: rework virtio_gpu_transfer_to_host_ioctl fencingGerd Hoffmann
2019-09-04drm/virtio: rework virtio_gpu_transfer_from_host_ioctl fencingGerd Hoffmann
2019-09-04drm/virtio: rework virtio_gpu_object_create fencingGerd Hoffmann
2019-09-04drm/virtio: rework virtio_gpu_execbuffer_ioctl fencingGerd Hoffmann
2019-09-04drm/virtio: add virtio_gpu_object_array & helpersGerd Hoffmann
2019-09-04drm/virtio: remove ttm calls from in virtio_gpu_object_{reserve, unreserve}Gerd Hoffmann
2019-09-04drm/virtio: drop no_wait argument from virtio_gpu_object_reserveGerd Hoffmann
2019-09-04drm/virtio: remove virtio_gpu_object_waitGerd Hoffmann
2019-09-04drm/virtio: simplify cursor updatesGerd Hoffmann
2019-09-04drm/virtio: switch virtio_gpu_wait_ioctl() to gem helper.Gerd Hoffmann
2019-09-04drm/virtio: pass gem reservation object to ttm initGerd Hoffmann
2019-09-03drm/dp_mst: Cleanup drm_dp_send_link_address() a bitLyude Paul
2019-09-03drm/dp_mst: Refactor drm_dp_mst_handle_down_rep()Lyude Paul
2019-09-03drm/dp_mst: Refactor drm_dp_mst_handle_up_req()Lyude Paul
2019-09-03drm/dp_mst: Constify guid in drm_dp_get_mst_branch_by_guid()Lyude Paul
2019-09-03drm/dp_mst: Remove huge conditional in drm_dp_mst_handle_up_req()Lyude Paul
2019-09-03drm/dp_mst: Refactor drm_dp_send_enum_path_resourcesLyude Paul
2019-09-03drm/dp_mst: Add sideband down request tracing + selftestsLyude Paul
2019-09-03drm/dp_mst: Combine redundant cases in drm_dp_encode_sideband_req()Lyude Paul
2019-09-03drm/print: Add drm_err_printer()Lyude Paul
2019-09-03drm/dp_mst: Move test_calc_pbn_mode() into an actual selftestLyude Paul
2019-09-03drm/dp_mst: Get rid of list clear in destroy_connector_workLyude Paul
2019-09-03drm/dp_mst: Move link address dumping into a functionLyude Paul
2019-09-03drm/vkms: Reduce critical section in vblank_simulateDaniel Vetter
2019-09-03drm/vkms: Use wait_for_flip_doneDaniel Vetter
2019-09-03drm/vblank: Document and fix vblank count barrier semanticsDaniel Vetter
2019-09-03drm/komeda: Add ACLK rate to sysfsMihail Atanassov
2019-09-03drm: Add high-precision time to vblank trace eventHeinrich Fink
2019-09-02drm/sti: Include the right headerLinus Walleij
2019-09-02drm: sti: use cec_notifier_conn_(un)registerDariusz Marcinkiewicz
2019-09-02drm: dw-hdmi-i2s: enable audio clock in audio_startupCheng-Yi Chiang
2019-08-29drm/ingenic: Hardcode panel type to DPILaurent Pinchart
2019-08-28drm/msm: Use drm_attach_bridge() to attach a bridge to an encoderBoris Brezillon
2019-08-28drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon
2019-08-28drm/meson: add resume/suspend hooksNeil Armstrong
2019-08-28drm/meson: dw_hdmi: add resume/suspend hooksNeil Armstrong
2019-08-28drm/virtio: module_param_named() requires linux/moduleparam.hStephen Rothwell