summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-07Merge tag 'topic/dp-hdmi-2.1-pcon-2020-12-23' of git://anongit.freedesktop.or...Daniel Vetter11-19/+1650
2021-01-07Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter239-5418/+5338
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_...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
2021-01-05drm: rcar-du: Release vsp device reference in all error pathsLaurent Pinchart1-1/+1
2021-01-05drm: rcar-du: Fix crash when using LVDS1 clock for CRTCLaurent Pinchart3-12/+9
2021-01-05drm: Add default modes for connectors in unknown stateLaurent Pinchart2-2/+9
2021-01-05drm: rcar-du: Fix PM reference leak in rcar_cmm_enable()Qinglang Miao1-1/+1
2021-01-05drm/bridge: thc63lvd1024: Fix regulator_get_optional() misuseMark Brown1-1/+1
2021-01-05dt-bindings: display: bridge: thc63lvd1024: Document dual-output modeLaurent Pinchart1-5/+11
2021-01-04drm/imx: ipuv3-crtc: use drm managed resourcesPhilipp Zabel1-71/+43
2021-01-04drm/imx: ipuv3-plane: use drm managed resourcesPhilipp Zabel3-63/+36
2021-01-04drm/imx: parallel-display: use drm managed resourcesPhilipp Zabel1-28/+29