Age | Commit message (Expand) | Author |
2022-02-25 | Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie |
2022-02-07 | dma-buf-map: Rename to iosys-map | Lucas De Marchi |
2022-01-27 | drm/vboxvideo: Replace module-init boiler-plate code with DRM helpers | Thomas Zimmermann |
2021-11-27 | drm: Move nomodeset kernel parameter to the DRM subsystem | Javier Martinez Canillas |
2021-11-27 | drm/vboxvideo: Drop CONFIG_VGA_CONSOLE guard to call vgacon_text_force() | Javier Martinez Canillas |
2021-11-18 | drm/vboxvideo: fix a NULL vs IS_ERR() check | Dan Carpenter |
2021-09-23 | drm/vboxvideo: Use managed interfaces for framebuffer write combining | Thomas Zimmermann |
2021-08-08 | drm/vbox: Use offset-adjusted shadow-plane mappings | Thomas Zimmermann |
2021-07-15 | drm/vbox: Convert to Linux IRQ interfaces | Thomas Zimmermann |
2021-07-01 | drm/aperture: Pass DRM driver structure instead of driver name | Thomas Zimmermann |
2021-06-24 | drm/vram-helpers: Create DRM_GEM_VRAM_PLANE_HELPER_FUNCS | Daniel Vetter |
2021-06-03 | drm/vboxvideo/modesetting: Provide function names for prototype headers | Lee Jones |
2021-06-03 | drm/vboxvideo/hgsmi_base: Place function names into headers | Lee Jones |
2021-04-14 | drm/aperture: Convert drivers to aperture interfaces | Thomas Zimmermann |
2021-03-11 | drm/vboxvideo: Use managed VRAM-helper initialization | Tian Tao |
2021-02-25 | drm: Use state helper instead of the plane state pointer | Maxime Ripard |
2021-02-25 | drm/atomic: Pass the full state to planes atomic disable and update | Maxime Ripard |
2021-02-24 | drm: Store new plane state in a variable for atomic_update and disable | Maxime Ripard |
2021-02-24 | drm: Use the state pointer directly in planes atomic_check | Maxime Ripard |
2021-02-24 | drm/atomic: Pass the full state to planes atomic_check | Maxime Ripard |
2021-02-09 | drm/vboxvideo: Implement cursor plane with struct drm_shadow_plane_state | Thomas Zimmermann |
2021-01-06 | drm/vboxvideo: Remove references to struct drm_device.pdev | Thomas Zimmermann |
2020-11-09 | drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends | Thomas Zimmermann |
2020-11-06 | drm/<drivers>: Constify struct drm_driver | Daniel Vetter |
2020-11-02 | drm/atomic: Pass the full state to CRTC atomic begin and flush | Maxime Ripard |
2020-10-09 | drm/atomic: Pass the full state to CRTC atomic enable/disable | Maxime Ripard |
2020-09-14 | drm/vboxvideo: Use drm_gem_vram_vmap() interfaces | Thomas Zimmermann |
2020-07-16 | drm/vboxvideo: Replace HTTP links with HTTPS ones | Alexander A. Klimov |
2020-04-28 | drm/vboxvideo: Use devm_gen_pool_create | Daniel Vetter |
2020-04-28 | drm/vboxvideo: use managed pci functions | Daniel Vetter |
2020-04-28 | drm/vboxvideo: Stop using drm_device->dev_private | Daniel Vetter |
2020-04-28 | drm/vboxvideo: Use devm_drm_dev_alloc | Daniel Vetter |
2020-04-28 | drm/vboxvideo: drop DRM_MTRR_WC #define | Daniel Vetter |
2020-04-17 | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann |
2020-04-08 | drm/vboxvideo: Set up fbdev after registering device; remove error checks | Thomas Zimmermann |
2020-03-26 | drm/vboxvideo: Add missing remove_conflicting_pci_framebuffers call, v2 | Hans de Goede |
2020-03-26 | drm/<drivers>: Use drmm_add_final_kfree | Daniel Vetter |
2020-03-07 | drm/vboxvideo/vboxvideo.h: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2020-02-06 | drm/vboxvideo: Implement struct drm_mode_config_funcs.mode_valid | Thomas Zimmermann |
2020-01-30 | drm/vboxvideo: Remove sending of vblank event | Thomas Zimmermann |
2019-10-29 | drm/vboxvideo: Use drm_gem_fb_create_with_dirty instead of drm_gem_fb_create | Hans de Goede |
2019-10-24 | drm/vboxvideo: Replace prepare_fb()/cleanup_fb() with GEM VRAM helpers | Thomas Zimmermann |
2019-10-17 | drm/vram: drop DRM_VRAM_MM_FILE_OPERATIONS | Gerd Hoffmann |
2019-10-16 | drm/vboxvideo: Replace struct vram_framebuffer with generic implemenation | Thomas Zimmermann |
2019-10-16 | drm/vboxvideo: Switch to drm_atomic_helper_dirty_fb() | Thomas Zimmermann |
2019-10-16 | drm/vboxvideo: Switch to generic fbdev emulation | Thomas Zimmermann |
2019-09-12 | drm/vram: Have VRAM MM call GEM VRAM functions directly | Thomas Zimmermann |
2019-09-12 | drm/vram: Move VRAM memory manager to GEM VRAM implementation | Thomas Zimmermann |
2019-09-10 | drm/vram: fix Kconfig | Gerd Hoffmann |
2019-08-18 | drm/vboxvideo: Make structure vbox_fb_helper_funcs constant | Nishka Dasgupta |