aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-10drm/vram: fix KconfigGerd Hoffmann6-3/+10
2019-09-10drm/qxl: use drm_gem_ttm_print_infoGerd Hoffmann2-0/+2
2019-09-10drm/qxl: use drm_gem_object_funcs callbacksGerd Hoffmann2-8/+12
2019-09-10drm/vram: add vram-mm debugfs fileGerd Hoffmann1-0/+44
2019-09-10drm/vram: use drm_gem_ttm_print_infoGerd Hoffmann2-1/+4
2019-09-10drm/ttm: add drm gem ttm helpers, starting with drm_gem_ttm_print_info()Gerd Hoffmann3-0/+66
2019-09-10drm: add drm_print_bitsGerd Hoffmann1-0/+33
2019-09-09drm/vram: Implement lazy unmapping for GEM VRAM buffersThomas Zimmermann1-8/+41
2019-09-09drm/vram: Add infrastructure for move_notify()Thomas Zimmermann1-0/+12
2019-09-09drm/vram: Acquire lock only once per call to vmap()/vunmap()Thomas Zimmermann1-46/+73
2019-09-09drm/vram: Add kmap ref-counting to GEM VRAM objectsThomas Zimmermann1-18/+57
2019-09-09tda9950: use cec_notifier_cec_adap_(un)registerDariusz Marcinkiewicz1-6/+6
2019-09-09drm: exynos: exynos_hdmi: use cec_notifier_conn_(un)registerDariusz Marcinkiewicz1-13/+18
2019-09-09drm/sun4i/sun4i_hdmi_enc: call cec_s_conn_info()Hans Verkuil1-2/+4
2019-09-09drm/stm: ltdc: add pinctrl for DPI encoder modeYannick Fertré1-0/+35
2019-09-08drm/panel: panel-simple: Set OSD070T1718 panel typeLaurent Pinchart1-0/+1
2019-09-08drm/bridge: panel: Infer connector type from panel by defaultLaurent Pinchart15-33/+86
2019-09-08drm/panel: Add and fill drm_panel type fieldLaurent Pinchart40-40/+101
2019-09-06fbdev/sa1100fb: Remove even more dead codeArnd Bergmann1-13/+0
2019-09-06drm/blend: Define the direction of Z position valuesDaniel Vetter1-1/+6
2019-09-06drm: Use EOPNOTSUPP, not ENOTSUPPDaniel Vetter2-4/+4
2019-09-06drm/virtio: fix command submission with objects but without fence.Gerd Hoffmann1-4/+5
2019-09-04drm/virtio: add worker for object releaseGerd Hoffmann4-1/+42
2019-09-04drm/virtio: add fence sanity checkGerd Hoffmann1-0/+4
2019-09-04drm/virtio: drop virtio_gpu_object_{reserve, unreserve}Gerd Hoffmann1-21/+0
2019-09-04drm/virtio: drop virtio_gpu_object_{ref,unref}Gerd Hoffmann1-15/+0
2019-09-04drm/virtio: remove virtio_gpu_alloc_objectGerd Hoffmann3-26/+7
2019-09-04drm/virtio: switch from ttm to gem shmem helpersGerd Hoffmann11-536/+81
2019-09-04drm/virtio: drop virtio_gpu_object_list_validate/virtio_gpu_unref_listGerd Hoffmann2-42/+0
2019-09-04drm/virtio: rework virtio_gpu_cmd_context_{attach, detach}_resourceGerd Hoffmann3-19/+21
2019-09-04drm/virtio: rework virtio_gpu_transfer_to_host_ioctl fencingGerd Hoffmann4-37/+47
2019-09-04drm/virtio: rework virtio_gpu_transfer_from_host_ioctl fencingGerd Hoffmann3-28/+23
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