summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-09-09drm: allow limiting the scatter list size.Gerd Hoffmann14-17/+29
2020-09-09drm/ttm: drop the tt backend function paths.Dave Airlie2-51/+3
2020-09-09drm/ttm/agp: remove bdev from agp helpersDave Airlie4-19/+13
2020-09-09drm/ttm: get rid of agp specific populate/unpopulate paths.Dave Airlie4-23/+4
2020-09-09drm/ttm/agp: drop back end bindings from agpDave Airlie1-7/+0
2020-09-09drm/gem_vram/ttm: move to driver backend destroy function.Dave Airlie1-7/+2
2020-09-09drm/amdgpu/ttm: move to driver backend binding funcsDave Airlie1-7/+3
2020-09-09drm/vmwgfx: move to driver binding functionsDave Airlie1-7/+3
2020-09-09drm/nouveau/ttm: use driver bind/unbind/destroy functions.Dave Airlie3-42/+59
2020-09-09drm/radeon/ttm: move to driver binding/destroy functions. (v2)Dave Airlie7-33/+80
2020-09-09drm/ttm/agp: export bind/unbind/destroy for drivers to use.Dave Airlie2-6/+15
2020-09-09drm/qxl: move bind/unbind/destroy to the driver function table.Dave Airlie1-7/+3
2020-09-09drm/ttm: add optional bind/unbind via driver.Dave Airlie2-3/+48
2020-09-09drm/ttm: introduce ttm_bo_move_nullDave Airlie5-47/+24
2020-09-08MAINTAINERS: add entry for VKMSMelissa Wen1-0/+1
2020-09-08fbdev: radeonfb: use generic power managementVaibhav Gupta3-14/+35
2020-09-08video: fbdev: aty: radeon_pm: remove redundant CONFIG_PM containerVaibhav Gupta1-2/+0
2020-09-08fbdev: remove mbx framebuffer driverMike Rapoport9-2220/+0
2020-09-08video: fbdev: kyro: remove set but not used 'ulCoreClock'Jason Yan1-2/+1
2020-09-08video: fbdev: kyro: remove set but not used 'ulBestVCO'Jason Yan1-3/+1
2020-09-08video: fbdev: udlfb: fix kobj_to_dev.cocci warningskernel test robot1-2/+2
2020-09-08video: fbdev: radeon: Fix memleak in radeonfb_pci_registerDinghao Liu1-1/+1
2020-09-08video: fbdev: tgafb: Avoid comma separated statementsJoe Perches1-4/+8
2020-09-08video: fbdev: sstfb: replace spurious snprintf() with sprintf()Alex Dewar1-1/+1
2020-09-08docs: fb: Correcting the location of FRAMEBUFFER_CONSOLE option.Bilal Wasim1-2/+2
2020-09-08lib/fonts: add font 6x8 for OLED displaySven Schneider5-1/+2590
2020-09-08fbdev: arkfb: use generic power managementVaibhav Gupta1-24/+17
2020-09-08fbdev: s3fb: use generic power managementVaibhav Gupta1-23/+16
2020-09-08fbdev: vt8623fb: use generic power managementVaibhav Gupta1-24/+17
2020-09-08fbdev: i740fb: use generic power managementVaibhav Gupta1-24/+16
2020-09-08fbdev: cyber2000fb: use generic power managementVaibhav Gupta1-5/+8
2020-09-08fbdev: savagefb: use generic power managementVaibhav Gupta1-20/+32
2020-09-08fbdev: nvidia: use generic power managementVaibhav Gupta1-29/+35
2020-09-08fbdev: aty128fb: use generic power managementVaibhav Gupta1-17/+34
2020-09-08fbdev: aty: use generic power managementVaibhav Gupta1-14/+36
2020-09-08fbdev: via-core: use generic power managementVaibhav Gupta2-25/+16
2020-09-08fbdev: lxfb: use generic power managementVaibhav Gupta3-26/+20
2020-09-08fbdev: gxfb: use generic power managementVaibhav Gupta3-25/+20
2020-09-08video: fbdev: sis: fix null ptr dereferenceTom Rix1-6/+5
2020-09-08omapfb: fix spelling mistake "propert" -> "property"Colin Ian King1-1/+1
2020-09-08video: fbdev: ssd1307fb: Added support to Column offsetRodrigo Alencar2-2/+7
2020-09-08video: fbdev: vga16fb: fix setting of pixclock because a pass-by-value errorColin Ian King1-7/+7
2020-09-08fbdev: sm712fb: handle ioremap() errors in probeEvgeny Novikov1-0/+8
2020-09-08fbmem: add margin check to fb_check_caps()George Kennedy1-0/+4
2020-09-08drm/ttm: merge offset and base in ttm_bus_placementChristian König12-50/+31
2020-09-08drm/qxl: don't touch mem.bus.offsetChristian König1-3/+3
2020-09-08drm/bridge: dw-mipi-dsi: fix dw_mipi_dsi_debugfs_show/write warningsNeil Armstrong1-2/+2
2020-09-07drm/vkms: Add support for writebackRodrigo Siqueira5-7/+179
2020-09-07drm/vkms: Compute CRC without change input dataRodrigo Siqueira1-12/+22
2020-09-07drm/vkms: Decouple crc operations from composerRodrigo Siqueira1-20/+29