index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vboxvideo
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-27
drm/vboxvideo: Replace module-init boiler-plate code with DRM helpers
Thomas Zimmermann
1
-18
/
+2
2021-11-27
drm: Move nomodeset kernel parameter to the DRM subsystem
Javier Martinez Canillas
1
-2
/
+1
2021-11-27
drm/vboxvideo: Drop CONFIG_VGA_CONSOLE guard to call vgacon_text_force()
Javier Martinez Canillas
1
-2
/
+0
2021-11-18
drm/vboxvideo: fix a NULL vs IS_ERR() check
Dan Carpenter
1
-2
/
+2
2021-09-23
drm/vboxvideo: Use managed interfaces for framebuffer write combining
Thomas Zimmermann
3
-14
/
+9
2021-08-08
drm/vbox: Use offset-adjusted shadow-plane mappings
Thomas Zimmermann
1
-1
/
+1
2021-07-15
drm/vbox: Convert to Linux IRQ interfaces
Thomas Zimmermann
3
-7
/
+11
2021-07-01
drm/aperture: Pass DRM driver structure instead of driver name
Thomas Zimmermann
1
-1
/
+1
2021-06-24
drm/vram-helpers: Create DRM_GEM_VRAM_PLANE_HELPER_FUNCS
Daniel Vetter
1
-2
/
+1
2021-06-03
drm/vboxvideo/modesetting: Provide function names for prototype headers
Lee Jones
1
-8
/
+12
2021-06-03
drm/vboxvideo/hgsmi_base: Place function names into headers
Lee Jones
1
-7
/
+12
2021-04-14
drm/aperture: Convert drivers to aperture interfaces
Thomas Zimmermann
1
-1
/
+2
2021-03-11
drm/vboxvideo: Use managed VRAM-helper initialization
Tian Tao
1
-5
/
+2
2021-02-25
drm: Use state helper instead of the plane state pointer
Maxime Ripard
1
-2
/
+4
2021-02-25
drm/atomic: Pass the full state to planes atomic disable and update
Maxime Ripard
1
-4
/
+10
2021-02-24
drm: Store new plane state in a variable for atomic_update and disable
Maxime Ripard
1
-11
/
+13
2021-02-24
drm: Use the state pointer directly in planes atomic_check
Maxime Ripard
1
-4
/
+4
2021-02-24
drm/atomic: Pass the full state to planes atomic_check
Maxime Ripard
1
-2
/
+6
2021-02-09
drm/vboxvideo: Implement cursor plane with struct drm_shadow_plane_state
Thomas Zimmermann
1
-21
/
+7
2021-01-06
drm/vboxvideo: Remove references to struct drm_device.pdev
Thomas Zimmermann
4
-11
/
+19
2020-11-09
drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends
Thomas Zimmermann
1
-3
/
+8
2020-11-06
drm/<drivers>: Constify struct drm_driver
Daniel Vetter
1
-2
/
+2
2020-11-02
drm/atomic: Pass the full state to CRTC atomic begin and flush
Maxime Ripard
1
-1
/
+1
2020-10-09
drm/atomic: Pass the full state to CRTC atomic enable/disable
Maxime Ripard
1
-2
/
+2
2020-09-14
drm/vboxvideo: Use drm_gem_vram_vmap() interfaces
Thomas Zimmermann
1
-4
/
+6
2020-07-16
drm/vboxvideo: Replace HTTP links with HTTPS ones
Alexander A. Klimov
2
-2
/
+2
2020-04-28
drm/vboxvideo: Use devm_gen_pool_create
Daniel Vetter
1
-14
/
+8
2020-04-28
drm/vboxvideo: use managed pci functions
Daniel Vetter
2
-10
/
+3
2020-04-28
drm/vboxvideo: Stop using drm_device->dev_private
Daniel Vetter
4
-7
/
+7
2020-04-28
drm/vboxvideo: Use devm_drm_dev_alloc
Daniel Vetter
1
-14
/
+5
2020-04-28
drm/vboxvideo: drop DRM_MTRR_WC #define
Daniel Vetter
1
-12
/
+0
2020-04-17
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-0
/
+4
2020-04-08
drm/vboxvideo: Set up fbdev after registering device; remove error checks
Thomas Zimmermann
1
-4
/
+2
2020-03-26
drm/vboxvideo: Add missing remove_conflicting_pci_framebuffers call, v2
Hans de Goede
1
-0
/
+4
2020-03-26
drm/<drivers>: Use drmm_add_final_kfree
Daniel Vetter
1
-0
/
+2
2020-03-07
drm/vboxvideo/vboxvideo.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-02-06
drm/vboxvideo: Implement struct drm_mode_config_funcs.mode_valid
Thomas Zimmermann
1
-0
/
+1
2020-01-30
drm/vboxvideo: Remove sending of vblank event
Thomas Zimmermann
1
-12
/
+0
2019-10-29
drm/vboxvideo: Use drm_gem_fb_create_with_dirty instead of drm_gem_fb_create
Hans de Goede
1
-1
/
+1
2019-10-24
drm/vboxvideo: Replace prepare_fb()/cleanup_fb() with GEM VRAM helpers
Thomas Zimmermann
1
-57
/
+4
2019-10-17
drm/vram: drop DRM_VRAM_MM_FILE_OPERATIONS
Gerd Hoffmann
1
-4
/
+1
2019-10-16
drm/vboxvideo: Replace struct vram_framebuffer with generic implemenation
Thomas Zimmermann
3
-115
/
+8
2019-10-16
drm/vboxvideo: Switch to drm_atomic_helper_dirty_fb()
Thomas Zimmermann
3
-63
/
+35
2019-10-16
drm/vboxvideo: Switch to generic fbdev emulation
Thomas Zimmermann
5
-169
/
+6
2019-09-12
drm/vram: Have VRAM MM call GEM VRAM functions directly
Thomas Zimmermann
1
-2
/
+1
2019-09-12
drm/vram: Move VRAM memory manager to GEM VRAM implementation
Thomas Zimmermann
1
-2
/
+0
2019-09-10
drm/vram: fix Kconfig
Gerd Hoffmann
1
-0
/
+2
2019-08-18
drm/vboxvideo: Make structure vbox_fb_helper_funcs constant
Nishka Dasgupta
1
-1
/
+1
2019-08-06
drm/vram: use embedded gem object
Gerd Hoffmann
1
-1
/
+1
2019-07-03
drm/vbox: Remove empty PRIME functions
Thomas Zimmermann
4
-78
/
+1
[next]