summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-12-16drm/bridge: ti-sn65dsi86: Set max register for regmapStephen Boyd1-0/+1
2021-12-16drm/ast: Move I2C code into separate source fileThomas Zimmermann4-129/+156
2021-12-16drm/ast: Convert I2C code to managed cleanupThomas Zimmermann1-20/+16
2021-12-16drm/ast: Handle failed I2C initialization gracefullyThomas Zimmermann1-7/+10
2021-12-16drm/vc4: plane: Add support for YUV color encodings and rangesDave Stevenson2-8/+82
2021-12-16drm/vc4: plane: Add support for DRM_FORMAT_P030Dave Stevenson1-31/+96
2021-12-16drm/fourcc: Add packed 10bit YUV 4:2:0 formatDave Stevenson1-0/+3
2021-12-16drm/simpledrm: Add [AX]RGB2101010 formatsHector Martin1-2/+2
2021-12-16drm/format-helper: Add drm_fb_xrgb8888_to_xrgb2101010_toio()Hector Martin1-0/+64
2021-12-16of: Move simple-framebuffer device handling from simplefb to ofHector Martin2-20/+5
2021-12-16drm/panel: simple: Add Team Source Display TST043015CMHX panelMarek Vasut1-0/+30
2021-12-16drm/bridge: lvds-codec: Add support for pixel data sampling edge selectMarek Vasut1-0/+15
2021-12-10drm/sprd: add Unisoc's drm mipi dsi&dphy driverKevin Tang8-2/+1526
2021-12-10drm/sprd: add Unisoc's drm display controller driverKevin Tang6-1/+982
2021-12-10drm/sprd: add Unisoc's drm kms masterKevin Tang6-0/+236
2021-12-09drm/vmwgfx: Bump the minor versionZack Rusin1-2/+2
2021-12-09drm/vmwgfx: Remove usage of MOBFMT_RANGEZack Rusin3-19/+0
2021-12-09drm/vmwgfx: add support for updating only offsets of constant buffersRoland Scheidegger3-0/+79
2021-12-09drm/vmwgfx: Allow checking for gl43 contextsZack Rusin1-0/+3
2021-12-09drm/vmwgfx: support 64 UAVsZack Rusin5-6/+30
2021-12-09drm/vmwgfx: support SVGA_3D_CMD_DX_DEFINE_RASTERIZER_STATE_V2 commandRoland Scheidegger3-1/+11
2021-12-09drm/vmwgfx: Update device headers for GL43Zack Rusin9-34/+41
2021-12-09drm/vmwgfx: Implement create_handle on drm_framebuffer_funcsZack Rusin1-0/+11
2021-12-09drm/vmwgfx: Implement DRIVER_GEMZack Rusin25-745/+588
2021-12-09drm/vmwgfx: Stop hardcoding the PCI IDZack Rusin1-2/+2
2021-12-09drm/vmwgfx: Add a debug callback to mobid resource managerZack Rusin1-1/+15
2021-12-09drm/vmwgfx: Remove the dedicated memory accountingZack Rusin27-1316/+38
2021-12-09drm/amdgpu: don't skip runtime pm get on A+A configChristian König1-3/+0
2021-12-08drm/bridge: sn65dsi86: defer if there is no dsi hostdrm-misc-next-2021-12-09Rob Clark1-16/+8
2021-12-08omapdrm: dss: mark runtime PM functions __maybe_unusedArnd Bergmann4-8/+8
2021-12-08drm/omap: Add a 'right overlay' to plane stateBenoit Parrot7-12/+267
2021-12-08drm/omap: add plane_atomic_print_state supportBenoit Parrot1-0/+14
2021-12-08drm/omap: dynamically assign hw overlays to planesBenoit Parrot4-23/+220
2021-12-08drm/omap: Add global state as a private atomic objectBenoit Parrot2-3/+105
2021-12-08drm/omap: omap_plane: subclass drm_plane_stateBenoit Parrot1-3/+33
2021-12-08drm/omap: introduce omap_hw_overlayBenoit Parrot6-34/+148
2021-12-08drm/omap: Add ovl checking funcs to dispc_opsBenoit Parrot2-2/+10
2021-12-08drm/omap: Add ability to check if requested plane modes can be supportedBenoit Parrot3-0/+38
2021-12-08drm/omap: add sanity plane state checkNeil Armstrong1-0/+15
2021-12-08drm: omapdrm: Export correct scatterlist for TILER backed BOsIvaylo Dimitrov3-30/+85
2021-12-07drm/bridge: parade-ps8640: Add backpointer to drm_device in drm_dp_auxDouglas Anderson1-0/+1
2021-12-07drm/panel: Update Boe-tv110c9m and Inx-hj110iz initial codeyangcong1-34/+74
2021-12-07drm/rockchip: pass 0 to drm_fbdev_generic_setup()John Keeping1-1/+1
2021-12-07drm/rockchip: use generic fbdev setupJohn Keeping5-199/+2
2021-12-06drm: aspeed: select CONFIG_DRM_GEM_CMA_HELPERArnd Bergmann1-0/+1
2021-12-06drm: fsl-dcu: select CONFIG_DRM_GEM_CMA_HELPERArnd Bergmann1-0/+1
2021-12-02drm: Return error codes from struct drm_driver.gem_create_objectThomas Zimmermann8-22/+28
2021-12-01drm/vmwgfx: Switch the internal BO's to ttm_bo_type_kernelZack Rusin1-1/+1
2021-12-01drm/vmwgfx: Introduce a new placement for MOB page tablesZack Rusin5-38/+138
2021-12-01drm/vmwgfx: Fail to initialize on broken configsZack Rusin1-0/+7