index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
tiny
/
bochs.c
Age
Commit message (
Expand
)
Author
2024-11-21
Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2024-10-28
drm: handle HAS_IOPORT dependencies
Niklas Schnelle
2024-10-14
drm/bochs: Use video aperture helpers
Thomas Zimmermann
2024-10-10
drm/bochs: Return error from correct pointer
Thomas Zimmermann
2024-09-26
drm/bochs: Run DRM default client setup
Thomas Zimmermann
2024-09-13
drm/bochs: use devm_ioremap_wc() to map framebuffer
Yan Zhao
2024-09-06
drm/bochs: Validate display modes against available video memory
Thomas Zimmermann
2024-09-06
drm/bochs: Use GEM SHMEM helpers for memory management
Thomas Zimmermann
2024-09-06
drm/bochs: Use regular atomic helpers
Thomas Zimmermann
2024-09-06
drm/bochs: Allocate DRM device in struct bochs_device
Thomas Zimmermann
2024-09-06
drm/bochs: Upcast with to_bochs_device()
Thomas Zimmermann
2024-09-06
drm/bochs: Pass bochs device to various functions
Thomas Zimmermann
2024-09-06
drm/bochs: Do managed resource cleanup
Thomas Zimmermann
2024-09-06
drm/bochs: Use helpers for struct drm_edid
Thomas Zimmermann
2024-09-06
drm/bochs: Remove manual format test from fb_create
Thomas Zimmermann
2024-06-10
drm/tiny: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-05-13
drm/bochs: switch to struct drm_edid
Jani Nikula
2024-05-02
drm/fbdev-generic: Convert to fbdev-ttm
Thomas Zimmermann
2023-09-21
drm: Call drm_atomic_helper_shutdown() at shutdown time for misc drivers
Douglas Anderson
2023-03-22
drm/fbdev-generic: Remove unused prefer_shadow_fbdev flag
Thomas Zimmermann
2022-11-05
drm/fb-helper: Move generic fbdev emulation into separate source file
Thomas Zimmermann
2022-10-19
drm: Remove drm_mode_config::fb_base
Zack Rusin
2022-09-07
drm/bochs: fix blanking
Gerd Hoffmann
2022-07-19
drm/bochs: Fix some error handling paths in bochs_pci_probe()
Christophe JAILLET
2022-06-20
drm: Drop drm_framebuffer.h from drm_crtc.h
Ville Syrjälä
2022-06-20
drm: Drop drm_edid.h from drm_crtc.h
Ville Syrjälä
2022-06-09
drm/bochs: Explicitly include linux/module.h
Michel Dänzer
2022-01-19
drm/bochs: 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-09-15
drm/bochs: add Bochs PCI ID for Simics model
H. Peter Anvin (Intel)
2021-07-20
drm/bochs: Fix missing pci_disable_device() on error in bochs_pci_probe()
Yang Yingliang
2021-07-05
drm/bochs: Use managed initialization for GEM VRAM helpers
Thomas Zimmermann
2021-07-05
drm/bochs: Move to tiny/
Thomas Zimmermann