aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_vm.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-11dt-bindings: display: Use OF graph schemaRob Herring52-750/+187
2021-01-14drm/amdgpu: Resize BAR0 to the maximum available size, even if it doesn't cover VRAMNirmoy 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 Das2-1/+9
2021-01-14PCI: Export pci_rebar_get_possible_sizes()Darren Salt3-1/+2
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-10drm/hisilicon: Delete the empty function mode_validTian Tao1-7/+0
2021-01-08drm/mipi-dbi: Switch to new kerneldoc syntax for named variable macro argumentJonathan Neuschäfer1-1/+1
2021-01-07drm/hisilicon: Use simple encoderTian Tao1-6/+2
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/doc: render drm.h uapi docsSimon Ser1-0/+3
2021-01-05drm/doc: demote old doc-comments in drm.hSimon Ser1-42/+42
2021-01-05drm/doc: re-format drm.h file commentSimon Ser1-5/+4
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-05dt-bindings: display: bridge: renesas,lvds: RZ/G2E needs renesas,companion tooFabrizio Castro1-3/+3
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 Pinchart4-15/+11
2021-01-05drm: Move legacy device list out of drm_driverLaurent Pinchart3-17/+20
2021-01-05drm: Don't export the drm_gem_dumb_destroy() functionLaurent Pinchart4-17/+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_nodeWang 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
2021-01-05drm: rcar-du: Release vsp device reference in all error pathsLaurent Pinchart1-1/+1