summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/qxl: use drm_gem_object_funcs callbacksGerd Hoffmann2019-09-102-8/+12
* drm/vram: add vram-mm debugfs fileGerd Hoffmann2019-09-103-0/+46
* drm/vram: use drm_gem_ttm_print_infoGerd Hoffmann2019-09-102-1/+4
* drm/ttm: add drm gem ttm helpers, starting with drm_gem_ttm_print_info()Gerd Hoffmann2019-09-105-0/+97
* drm: add drm_print_bitsGerd Hoffmann2019-09-102-0/+36
* drm/vram: Implement lazy unmapping for GEM VRAM buffersThomas Zimmermann2019-09-092-8/+45
* drm/vram: Add infrastructure for move_notify()Thomas Zimmermann2019-09-092-0/+16
* drm/vram: Acquire lock only once per call to vmap()/vunmap()Thomas Zimmermann2019-09-091-46/+73
* drm/vram: Add kmap ref-counting to GEM VRAM objectsThomas Zimmermann2019-09-092-18/+71
* tda9950: use cec_notifier_cec_adap_(un)registerDariusz Marcinkiewicz2019-09-091-6/+6
* drm: exynos: exynos_hdmi: use cec_notifier_conn_(un)registerDariusz Marcinkiewicz2019-09-091-13/+18
* drm/sun4i/sun4i_hdmi_enc: call cec_s_conn_info()Hans Verkuil2019-09-091-2/+4
* drm/stm: ltdc: add pinctrl for DPI encoder modeYannick Fertré2019-09-091-0/+35
* drm/panel: panel-simple: Set OSD070T1718 panel typeLaurent Pinchart2019-09-081-0/+1
* drm/bridge: panel: Infer connector type from panel by defaultLaurent Pinchart2019-09-0816-37/+93
* drm/panel: Add and fill drm_panel type fieldLaurent Pinchart2019-09-0841-41/+112
* fbdev/sa1100fb: Remove even more dead codeArnd Bergmann2019-09-061-13/+0
* drm/blend: Define the direction of Z position valuesDaniel Vetter2019-09-061-1/+6
* drm: Use EOPNOTSUPP, not ENOTSUPPDaniel Vetter2019-09-062-4/+4
* drm/virtio: fix command submission with objects but without fence.Gerd Hoffmann2019-09-061-4/+5
* drm/virtio: add worker for object releaseGerd Hoffmann2019-09-044-1/+42
* drm/virtio: add fence sanity checkGerd Hoffmann2019-09-041-0/+4
* drm/virtio: drop virtio_gpu_object_{reserve, unreserve}Gerd Hoffmann2019-09-041-21/+0
* drm/virtio: drop virtio_gpu_object_{ref,unref}Gerd Hoffmann2019-09-041-15/+0
* drm/virtio: remove virtio_gpu_alloc_objectGerd Hoffmann2019-09-043-26/+7
* drm/virtio: switch from ttm to gem shmem helpersGerd Hoffmann2019-09-0411-536/+81
* drm/virtio: drop virtio_gpu_object_list_validate/virtio_gpu_unref_listGerd Hoffmann2019-09-042-42/+0
* drm/virtio: rework virtio_gpu_cmd_context_{attach, detach}_resourceGerd Hoffmann2019-09-043-19/+21
* drm/virtio: rework virtio_gpu_transfer_to_host_ioctl fencingGerd Hoffmann2019-09-044-37/+47
* drm/virtio: rework virtio_gpu_transfer_from_host_ioctl fencingGerd Hoffmann2019-09-043-28/+23
* drm/virtio: rework virtio_gpu_object_create fencingGerd Hoffmann2019-09-043-43/+37
* drm/virtio: rework virtio_gpu_execbuffer_ioctl fencingGerd Hoffmann2019-09-043-45/+38
* drm/virtio: add virtio_gpu_object_array & helpersGerd Hoffmann2019-09-042-0/+110
* drm/virtio: remove ttm calls from in virtio_gpu_object_{reserve, unreserve}Gerd Hoffmann2019-09-041-3/+3
* drm/virtio: drop no_wait argument from virtio_gpu_object_reserveGerd Hoffmann2019-09-043-7/+6
* drm/virtio: remove virtio_gpu_object_waitGerd Hoffmann2019-09-042-14/+0
* drm/virtio: simplify cursor updatesGerd Hoffmann2019-09-041-10/+3
* drm/virtio: switch virtio_gpu_wait_ioctl() to gem helper.Gerd Hoffmann2019-09-041-12/+16
* drm/virtio: pass gem reservation object to ttm initGerd Hoffmann2019-09-041-1/+2
* drm/dp_mst: Cleanup drm_dp_send_link_address() a bitLyude Paul2019-09-041-19/+23
* drm/dp_mst: Refactor drm_dp_mst_handle_down_rep()Lyude Paul2019-09-041-52/+50
* drm/dp_mst: Refactor drm_dp_mst_handle_up_req()Lyude Paul2019-09-041-37/+38
* drm/dp_mst: Constify guid in drm_dp_get_mst_branch_by_guid()Lyude Paul2019-09-041-2/+2
* drm/dp_mst: Remove huge conditional in drm_dp_mst_handle_up_req()Lyude Paul2019-09-041-45/+45
* drm/dp_mst: Refactor drm_dp_send_enum_path_resourcesLyude Paul2019-09-041-8/+16
* drm/dp_mst: Add sideband down request tracing + selftestsLyude Paul2019-09-046-5/+536
* drm/dp_mst: Combine redundant cases in drm_dp_encode_sideband_req()Lyude Paul2019-09-041-6/+2
* drm/print: Add drm_err_printer()Lyude Paul2019-09-042-0/+23
* drm/dp_mst: Move test_calc_pbn_mode() into an actual selftestLyude Paul2019-09-045-28/+37
* drm/dp_mst: Get rid of list clear in destroy_connector_workLyude Paul2019-09-041-2/+0