summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tiny/bochs.c
AgeCommit message (Expand)Author
2024-11-21Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-10-28drm: handle HAS_IOPORT dependenciesNiklas Schnelle
2024-10-14drm/bochs: Use video aperture helpersThomas Zimmermann
2024-10-10drm/bochs: Return error from correct pointerThomas Zimmermann
2024-09-26drm/bochs: Run DRM default client setupThomas Zimmermann
2024-09-13drm/bochs: use devm_ioremap_wc() to map framebufferYan Zhao
2024-09-06drm/bochs: Validate display modes against available video memoryThomas Zimmermann
2024-09-06drm/bochs: Use GEM SHMEM helpers for memory managementThomas Zimmermann
2024-09-06drm/bochs: Use regular atomic helpersThomas Zimmermann
2024-09-06drm/bochs: Allocate DRM device in struct bochs_deviceThomas Zimmermann
2024-09-06drm/bochs: Upcast with to_bochs_device()Thomas Zimmermann
2024-09-06drm/bochs: Pass bochs device to various functionsThomas Zimmermann
2024-09-06drm/bochs: Do managed resource cleanupThomas Zimmermann
2024-09-06drm/bochs: Use helpers for struct drm_edidThomas Zimmermann
2024-09-06drm/bochs: Remove manual format test from fb_createThomas Zimmermann
2024-06-10drm/tiny: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-05-13drm/bochs: switch to struct drm_edidJani Nikula
2024-05-02drm/fbdev-generic: Convert to fbdev-ttmThomas Zimmermann
2023-09-21drm: Call drm_atomic_helper_shutdown() at shutdown time for misc driversDouglas Anderson
2023-03-22drm/fbdev-generic: Remove unused prefer_shadow_fbdev flagThomas Zimmermann
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann
2022-10-19drm: Remove drm_mode_config::fb_baseZack Rusin
2022-09-07drm/bochs: fix blankingGerd Hoffmann
2022-07-19drm/bochs: Fix some error handling paths in bochs_pci_probe()Christophe JAILLET
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä
2022-06-09drm/bochs: Explicitly include linux/module.hMichel Dänzer
2022-01-19drm/bochs: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann
2021-11-27drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas
2021-09-15drm/bochs: add Bochs PCI ID for Simics modelH. Peter Anvin (Intel)
2021-07-20drm/bochs: Fix missing pci_disable_device() on error in bochs_pci_probe()Yang Yingliang
2021-07-05drm/bochs: Use managed initialization for GEM VRAM helpersThomas Zimmermann
2021-07-05drm/bochs: Move to tiny/Thomas Zimmermann