summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/sun4i: tcon: Add dithering support for RGB565/RGB666 LCD panelsJonathan Liu2018-09-071-0/+61
* drm/sun4i: tcon: Rename Dithering related register macrosChen-Yu Tsai2018-09-071-12/+15
* drm/sun4i: tcon: Pass drm_encoder * into sun4i_tcon0_mode_set_cpuChen-Yu Tsai2018-09-071-9/+6Star
* drm: expand replace_fence to support timeline point v2Chunming Zhou2018-09-065-10/+12
* drm: expand drm_syncobj_find_fence to support timeline point v2Chunming Zhou2018-09-064-6/+7
* drm: rename null fence to stub fence in syncobj v2Chunming Zhou2018-09-061-24/+29
* drm: fix syncobj null_fence_enable_signalingChunming Zhou2018-09-061-1/+0Star
* drm: Reject unknown legacy bpp and depth for drm_mode_addfb ioctlChris Wilson2018-09-062-11/+33
* drm: fix drm_mode_addfb() on big endian machines.Gerd Hoffmann2018-09-061-0/+11
* drm: do not mask out DRM_FORMAT_BIG_ENDIANGerd Hoffmann2018-09-061-1/+1
* drm: replace DRIVER_PREFER_XBGR_30BPP driver flag with mode_config quirkGerd Hoffmann2018-09-062-3/+3
* drm/rockchip: rgb: add stub functions when rgb encoder is disabledHeiko Stuebner2018-09-051-0/+13
* drm/vkms: Fix race condition around accessing frame numberHaneen Mohammed2018-09-053-6/+54
* drm/rockchip: vop: add rk3188 vop definitionsHeiko Stuebner2018-09-052-0/+114
* drm/rockchip: vop: Add directly output rgb feature for px30Sandy Huang2018-09-051-0/+2
* drm/rockchip: Add support for Rockchip Soc RGB output interfaceSandy Huang2018-09-056-0/+222
* drm/rockchip: add function to check if endpoint is a subdriverHeiko Stuebner2018-09-052-0/+49
* drm/sun4i: Add support for HDMI voltage regulatorJernej Skrabec2018-09-052-1/+18
* drm/sun4i: Add support for A64 display engineJagan Teki2018-09-051-0/+1
* drm/sun4i: Add support for A64 mixersJagan Teki2018-09-051-0/+24
* drm/virtio: add iommu support.Gerd Hoffmann2018-09-052-9/+38
* drm/virtio: add virtio_gpu_object_detach() functionGerd Hoffmann2018-09-054-7/+12
* drm/virtio: track virtual output stateGerd Hoffmann2018-09-053-1/+6
* qxl: fix null-pointer crash during suspendPeter Wu2018-09-051-21/+5Star
* drm: Remove "protection" around drm_vma_offset_manager_destroy()Chris Wilson2018-09-041-3/+0Star
* drm: Suppress user controlled spam for invalid drm_wait_vblank_ioctlChris Wilson2018-09-041-1/+1
* drm/tegra: kick out simplefbMichał Mirosław2018-09-031-0/+4
* drm/sun4i: use simpler remove_conflicting_framebuffers(NULL)Michał Mirosław2018-09-031-17/+1Star
* drm/vc4: use simpler remove_conflicting_framebuffers(NULL)Michał Mirosław2018-09-031-19/+1Star
* drm/virtio: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław2018-09-031-21/+3Star
* drm/mgag200: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław2018-09-032-29/+1Star
* drm/radeon: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław2018-09-031-22/+1Star
* drm/bochs: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław2018-09-031-17/+1Star
* drm/cirrus: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław2018-09-031-22/+1Star
* drm/amdgpu: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław2018-09-031-23/+1Star
* drm/amdgpu: add DisplayPort CEC-Tunneling-over-AUX supportHans Verkuil2018-08-312-1/+10
* drm/nouveau: add DisplayPort CEC-Tunneling-over-AUX supportHans Verkuil2018-08-311-2/+15
* drm_dp_mst_topology: fix broken drm_dp_sideband_parse_remote_dpcd_read()Hans Verkuil2018-08-311-0/+1
* drm_dp_cec: add note about good MegaChips 2900 CEC supportHans Verkuil2018-08-311-1/+3
* drm_dp_cec: check that aux has a transfer functionHans Verkuil2018-08-311-0/+14
* drm/virtio: fix bounds check in virtio_gpu_cmd_get_capset()Dan Carpenter2018-08-301-2/+3
* drm/virtio: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann2018-08-301-3/+2Star
* drm/virtio: Replace ttm_bo_reference with ttm_bo_getThomas Zimmermann2018-08-301-1/+1
* drm/qxl: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann2018-08-301-1/+1
* drm/cirrus: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann2018-08-301-1/+1
* drm/bochs: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann2018-08-301-1/+1
* drm/rockchip: vop: fix some register define error for px30Sandy Huang2018-08-291-8/+6Star
* drm/rockchip: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2018-08-291-3/+3
* drm/rockchip: fix coding style and incorrect descriptionSandy Huang2018-08-291-7/+7
* drm/atmel-hlcdc: support bus-width (12/16/18/24) in endpoint nodesPeter Rosin2018-08-273-28/+120