summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-01-14drm/amdgpu: Resize BAR0 to the maximum available size, even if it doesn't cov...Nirmoy Das1-1/+5
2021-01-14PCI: Add a REBAR size quirk for Sapphire RX 5600 XT PulseNirmoy Das1-1/+8
2021-01-14PCI: Add pci_rebar_bytes_to_size()Nirmoy Das1-1/+1
2021-01-14PCI: Export pci_rebar_get_possible_sizes()Darren Salt2-1/+1
2021-01-11drm/virtio: fix prime export for vram objectsChia-I Wu1-0/+1
2021-01-11drm/virtio: make sure context is created in gem openChia-I Wu1-3/+5
2021-01-11drm/hisilicon: Delete the empty function mode_validTian Tao1-7/+0
2021-01-08drm/hisilicon: Use simple encoderTian Tao1-6/+2
2021-01-07Merge drm/drm-next into drm-misc-nextMaarten Lankhorst4395-108446/+208513
2021-01-07Merge tag 'drm-misc-next-2021-01-06' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter11-29/+82
2021-01-07Merge tag 'du-next-20210105' of git://linuxtv.org/pinchartl/media into drm-nextDaniel Vetter28-197/+179
2021-01-07Merge tag 'drm-intel-next-2021-01-04' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter47-3039/+3182
2021-01-07Merge tag 'imx-drm-next-2021-01-04' of git://git.pengutronix.de/git/pza/linux...Daniel Vetter14-423/+585
2021-01-07Merge tag 'topic/dp-hdmi-2.1-pcon-2020-12-23' of git://anongit.freedesktop.or...Daniel Vetter8-19/+1353
2021-01-07Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter213-5243/+4976
2021-01-06drm/ttm: Remove pinned bos from LRU in ttm_bo_move_to_lru_tail() v2Lyude Paul1-1/+3
2021-01-06drm/v3d: Don't clear MMU control bits on exceptionPhil Elwell1-4/+1
2021-01-06drm/v3d: Set dma_mask as well as coherent_dma_maskPhil Elwell1-2/+2
2021-01-06drm/v3d: Use platform_get_irq_optional() to get optional IRQsNicolas Saenz Julienne1-1/+1
2021-01-06drm/vmwgfx: Remove references to struct drm_device.pdevThomas Zimmermann3-18/+19
2021-01-06drm/virtgpu: Remove references to struct drm_device.pdevThomas Zimmermann1-1/+0
2021-01-06drm/vboxvideo: Remove references to struct drm_device.pdevThomas Zimmermann4-11/+19
2021-01-06drm/radeon: Remove references to struct drm_device.pdevThomas Zimmermann17-139/+142
2021-01-06drm/radeon: Fix trailing whitespacesThomas Zimmermann2-2/+2
2021-01-06drm/qxl: Remove references to struct drm_device.pdevThomas Zimmermann4-4/+5
2021-01-06drm/mgag200: Remove references to struct drm_device.pdevThomas Zimmermann3-14/+18
2021-01-06drm/gma500: Remove references to struct drm_device.pdevThomas Zimmermann23-82/+101
2021-01-06drm/gma500: Fix trailing whitespacesThomas Zimmermann4-8/+8
2021-01-06drm/cirrus: Remove references to struct drm_device.pdevThomas Zimmermann1-1/+0
2021-01-06drm/bochs: Remove references to struct drm_device.pdevThomas Zimmermann2-3/+2
2021-01-06drm/ast: Remove references to struct drm_device.pdevThomas Zimmermann5-27/+32
2021-01-05drm: bridge: adv7511: Remove redundant null check before clk_disable_unprepareXu Wang1-4/+2
2021-01-05drm: bridge: dw-hdmi: Remove redundant null check before clk_disable_unprepareXu Wang1-4/+2
2021-01-05drm: Constify drm_driver in drivers that don't modify itLaurent Pinchart3-3/+3
2021-01-05drm: Use a const drm_driver for legacy PCI devicesLaurent Pinchart2-7/+5
2021-01-05drm: Move legacy device list out of drm_driverLaurent Pinchart1-8/+17
2021-01-05drm: Don't export the drm_gem_dumb_destroy() functionLaurent Pinchart3-14/+9
2021-01-05drm: zte: Remove unnecessary drm_plane_cleanup() wrapperLaurent Pinchart1-6/+1
2021-01-05drm: vc4: Remove unnecessary drm_plane_cleanup() wrapperLaurent Pinchart1-6/+1
2021-01-05drm: sti: Remove unnecessary drm_plane_cleanup() wrapperLaurent Pinchart3-24/+3
2021-01-05drm: arc: Remove unnecessary drm_plane_cleanup() wrapperLaurent Pinchart1-7/+2
2021-01-05drm: rcar-du: Fix leak of CMM platform device referenceLaurent Pinchart1-3/+19
2021-01-05drm: rcar-du: Fix the return check of of_parse_phandle and of_find_device_by_...Wang Xiaojun1-4/+4
2021-01-05drm: rcar-du: Drop local encoder variableLaurent Pinchart2-6/+2
2021-01-05drm: rcar-du: Skip encoder allocation for LVDS1 in dual-link modeLaurent Pinchart1-34/+25
2021-01-05drm: rcar-du: Replace dev_private with container_ofLaurent Pinchart4-7/+10
2021-01-05drm: rcar-du: Embed drm_device in rcar_du_deviceLaurent Pinchart8-33/+29
2021-01-05drm: rcar-du: Use DRM-managed allocation for encodersLaurent Pinchart1-18/+29
2021-01-05drm: rcar-du: Use DRM-managed allocation for VSP planesLaurent Pinchart1-5/+17
2021-01-05drm: rcar-du: Drop unneeded encoder cleanup in error pathLaurent Pinchart1-4/+1