summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-03fbdev: Use fallthrough pseudo-keywordGustavo A. R. Silva25-47/+46
2020-08-03omapfb/dss: Include the right headerLinus Walleij2-2/+2
2020-08-03fbdev: Remove trailing whitespaceThomas Zimmermann2-14/+14
2020-08-03drm/mgag200: Add support for G200 desktop cardsThomas Zimmermann5-9/+232
2020-08-03drm/mgag200: Move G200SE's unique id into model-specific dataThomas Zimmermann3-15/+30
2020-08-03drm/mgag200: Clear <page> field during MM initThomas Zimmermann2-5/+3
2020-08-03drm/mgag200: Set MISC memory flags in mm init codeThomas Zimmermann2-3/+7
2020-08-03drm/mgag200: Enable MGA mode during device register initializationThomas Zimmermann3-5/+8
2020-08-03drm/mgag200: Initialize PCI registers early during device setupThomas Zimmermann3-43/+31
2020-08-03drm/mgag200: Move register initialization into helper functionThomas Zimmermann2-7/+32
2020-08-03drm/mgag200: Enable caching for SHMEM pagesThomas Zimmermann1-0/+1
2020-08-03drm/ast: Managed device releaseThomas Zimmermann3-21/+19
2020-08-03drm/ast: Manage release of firmware backup memoryThomas Zimmermann1-4/+3
2020-08-03drm/ast: Managed release of ast firmwareThomas Zimmermann3-13/+14
2020-08-03drm/ast: Embed struct drm_device in struct ast_privateThomas Zimmermann7-38/+22
2020-08-03drm/ast: Don't use ast->dev if dev is availableThomas Zimmermann2-3/+3
2020-08-03drm/ast: Replace struct_drm_device.dev_private with to_ast_private()Thomas Zimmermann2-2/+2
2020-08-03drm/ast: Replace driver load/unload functions with device create/destroyThomas Zimmermann3-21/+33
2020-08-03drm/ast: Separate DRM driver from PCI codeThomas Zimmermann1-28/+31
2020-08-03drm/ast: Embed CRTC and connector in struct ast_privateThomas Zimmermann2-41/+26
2020-08-02drm/syncobj: Tune down unordered timeline DRM_ERRORDaniel Vetter1-1/+1
2020-08-02drm/vkms: fix xrgb on compute crcMelissa Wen1-1/+1
2020-08-02drm/panel: simple: Add Chefree CH101OLHLWH-002 panelMarek Vasut1-0/+33
2020-08-02dt-bindings: Add DT bindings for Chefree CH101OLHLWH-002Marek Vasut1-0/+2
2020-08-02dt-bindings: Add vendor prefix for ChefreeMarek Vasut1-0/+2
2020-08-02drm/panel: remove return value of function drm_panel_addBernard Zhao44-111/+82
2020-07-31drm/ttm: remove the init_mem_type callbackChristian König8-53/+0
2020-07-31drm/vram-helper: stop implementing init_mem_typeChristian König1-12/+4
2020-07-31drm/qxl: stop implementing init_mem_typeChristian König1-19/+16
2020-07-31drm/nouveau: stop implementing init_mem_typeChristian König2-52/+57
2020-07-31drm/vmwgfx: stop implementing init_mem_type v2Christian König2-28/+20
2020-07-31drm/amdgpu: stop implementing init_mem_typeChristian König1-53/+43
2020-07-31drm/radeon: stop implementing init_mem_typeChristian König1-35/+35
2020-07-31drm/ttm: remove TTM_MEMTYPE_FLAG_FIXED v2Christian König9-29/+22
2020-07-31drm/ttm: initialize the system domain with defaults v2Christian König7-16/+2
2020-07-30drm/ingenic: ipu: Only enable clock when neededPaul Cercueil1-3/+20
2020-07-30drm/ingenic: ipu: Remove YUV422 from supported formats on JZ4725BPaul Cercueil1-0/+6
2020-07-30drm/ingenic: ipu: Only restart manually on older SoCsPaul Cercueil1-2/+7
2020-07-30drm/doc: device hot-unplug for userspacePekka Paalanen1-1/+113
2020-07-29drm/hisilicon: Fixed the warning: Assignment of 0/1 to bool variableTian Tao2-5/+1
2020-07-29drm/ingenic: Validate mode in a .mode_valid callbackPaul Cercueil1-14/+20
2020-07-29drm/ingenic: Handle errors of drm_atomic_get_plane_statePaul Cercueil1-0/+7
2020-07-28drm/panel: simple: Add Powertip PH800480T013 panelMarek Vasut1-0/+28
2020-07-28dt-bindings: Add DT bindings for Powertip PH800480T013Marek Vasut1-0/+2
2020-07-28dt-bindings: Add vendor prefix for PowertipMarek Vasut1-0/+2
2020-07-28drm: mxsfb: Support the alpha planeLaurent Pinchart4-16/+144
2020-07-28drm: mxsfb: Remove unnecessary spaces after tabLaurent Pinchart1-5/+5
2020-07-28drm: mxsfb: Merge mxsfb_set_pixel_fmt() and mxsfb_set_bus_fmt()Laurent Pinchart1-28/+19
2020-07-28drm: mxsfb: Turn mxsfb_set_pixel_fmt() into a void functionLaurent Pinchart1-9/+2
2020-07-28drm: mxsfb: Drop non-OF supportLaurent Pinchart1-18/+7