1. 09 8月, 2021 3 次提交
  2. 05 7月, 2021 2 次提交
  3. 03 8月, 2020 3 次提交
  4. 14 7月, 2020 1 次提交
  5. 11 6月, 2020 5 次提交
  6. 19 5月, 2020 6 次提交
  7. 11 5月, 2020 4 次提交
  8. 02 3月, 2020 1 次提交
  9. 27 11月, 2019 3 次提交
  10. 04 10月, 2019 4 次提交
  11. 13 9月, 2019 1 次提交
  12. 09 7月, 2019 1 次提交
    • T
      drm/mgag200: Replace struct mga_fbdev with generic framebuffer emulation · 90f479ae
      Thomas Zimmermann 提交于
      This patch replaces mgag200's framebuffer console with DRM's generic
      implememtation. All respective code is being removed from the driver.
      
      The console is set up with a shadow buffer. The actual buffer object is
      not permanently pinned in video ram, but just another buffer object that
      the driver moves in and out of vram as necessary. The driver's function
      mga_crtc_do_set_base() used to contain special handling for the framebuffer
      console. With the new generic framebuffer, the driver does not need this
      code an longer.
      
      For consistency, this patch also changes the preferred framebuffer depth.
      The original code used 24 bpp by default and 32 bpp for the framebuffer. As
      24 bpp is not well supported by userspace anyway, setting 32 bpp as default
      makes sense.
      
      v2:
      	* rely on fbdev helpers error messages
      	* document changes to preferred depth
      	* dirty function no longer required
      Signed-off-by: NThomas Zimmermann <tzimmermann@suse.de>
      Acked-by: NNoralf Trønnes <noralf@tronnes.org>
      Link: https://patchwork.freedesktop.org/patch/315832/
      90f479ae
  13. 30 6月, 2019 1 次提交
  14. 28 6月, 2019 1 次提交
  15. 13 6月, 2019 1 次提交
  16. 05 6月, 2019 1 次提交
  17. 15 5月, 2019 2 次提交