summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* video: fbdev: pvr2fb: initialize variablesTom Rix2020-08-051-0/+2
* drm/mgag200: Set PCI option register in G200SE modelsThomas Zimmermann2020-08-051-0/+1
* fbdev: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-0325-47/+46
* omapfb/dss: Include the right headerLinus Walleij2020-08-032-2/+2
* fbdev: Remove trailing whitespaceThomas Zimmermann2020-08-031-5/+5
* drm/mgag200: Add support for G200 desktop cardsThomas Zimmermann2020-08-034-8/+231
* drm/mgag200: Move G200SE's unique id into model-specific dataThomas Zimmermann2020-08-033-15/+30
* drm/mgag200: Clear <page> field during MM initThomas Zimmermann2020-08-032-5/+3
* drm/mgag200: Set MISC memory flags in mm init codeThomas Zimmermann2020-08-032-3/+7
* drm/mgag200: Enable MGA mode during device register initializationThomas Zimmermann2020-08-033-5/+8
* drm/mgag200: Initialize PCI registers early during device setupThomas Zimmermann2020-08-033-43/+31
* drm/mgag200: Move register initialization into helper functionThomas Zimmermann2020-08-032-7/+32
* drm/mgag200: Enable caching for SHMEM pagesThomas Zimmermann2020-08-031-0/+1
* drm/ast: Managed device releaseThomas Zimmermann2020-08-033-21/+19
* drm/ast: Manage release of firmware backup memoryThomas Zimmermann2020-08-031-4/+3
* drm/ast: Managed release of ast firmwareThomas Zimmermann2020-08-033-13/+14
* drm/ast: Embed struct drm_device in struct ast_privateThomas Zimmermann2020-08-037-38/+22
* drm/ast: Don't use ast->dev if dev is availableThomas Zimmermann2020-08-032-3/+3
* drm/ast: Replace struct_drm_device.dev_private with to_ast_private()Thomas Zimmermann2020-08-032-2/+2
* drm/ast: Replace driver load/unload functions with device create/destroyThomas Zimmermann2020-08-033-21/+33
* drm/ast: Separate DRM driver from PCI codeThomas Zimmermann2020-08-031-28/+31
* drm/ast: Embed CRTC and connector in struct ast_privateThomas Zimmermann2020-08-032-41/+26
* drm/syncobj: Tune down unordered timeline DRM_ERRORDaniel Vetter2020-08-021-1/+1
* drm/vkms: fix xrgb on compute crcMelissa Wen2020-08-021-1/+1
* drm/panel: simple: Add Chefree CH101OLHLWH-002 panelMarek Vasut2020-08-021-0/+33
* drm/panel: remove return value of function drm_panel_addBernard Zhao2020-08-0243-110/+81
* drm/ttm: remove the init_mem_type callbackChristian König2020-07-317-47/+0
* drm/vram-helper: stop implementing init_mem_typeChristian König2020-07-311-12/+4
* drm/qxl: stop implementing init_mem_typeChristian König2020-07-311-19/+16
* drm/nouveau: stop implementing init_mem_typeChristian König2020-07-312-52/+57
* drm/vmwgfx: stop implementing init_mem_type v2Christian König2020-07-312-28/+20
* drm/amdgpu: stop implementing init_mem_typeChristian König2020-07-311-53/+43
* drm/radeon: stop implementing init_mem_typeChristian König2020-07-311-35/+35
* drm/ttm: remove TTM_MEMTYPE_FLAG_FIXED v2Christian König2020-07-318-26/+21
* drm/ttm: initialize the system domain with defaults v2Christian König2020-07-317-16/+2
* drm/ingenic: ipu: Only enable clock when neededPaul Cercueil2020-07-301-3/+20
* drm/ingenic: ipu: Remove YUV422 from supported formats on JZ4725BPaul Cercueil2020-07-301-0/+6
* drm/ingenic: ipu: Only restart manually on older SoCsPaul Cercueil2020-07-301-2/+7
* drm/hisilicon: Fixed the warning: Assignment of 0/1 to bool variableTian Tao2020-07-292-5/+1
* drm/ingenic: Validate mode in a .mode_valid callbackPaul Cercueil2020-07-291-14/+20
* drm/ingenic: Handle errors of drm_atomic_get_plane_statePaul Cercueil2020-07-291-0/+7
* drm/panel: simple: Add Powertip PH800480T013 panelMarek Vasut2020-07-281-0/+28
* drm: mxsfb: Support the alpha planeLaurent Pinchart2020-07-284-16/+144
* drm: mxsfb: Remove unnecessary spaces after tabLaurent Pinchart2020-07-281-5/+5
* drm: mxsfb: Merge mxsfb_set_pixel_fmt() and mxsfb_set_bus_fmt()Laurent Pinchart2020-07-281-28/+19
* drm: mxsfb: Turn mxsfb_set_pixel_fmt() into a void functionLaurent Pinchart2020-07-281-9/+2
* drm: mxsfb: Drop non-OF supportLaurent Pinchart2020-07-281-18/+7
* drm: mxsfb: Update internal IP version number for i.MX6SXLaurent Pinchart2020-07-281-1/+13
* drm: mxsfb: Add i.MX7 and i.MX8M to the list of supported SoCs in KconfigLaurent Pinchart2020-07-281-3/+4
* drm: mxsfb: Remove mxsfb_devdata unused fieldsLaurent Pinchart2020-07-282-6/+0