aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/tiny/bochs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-06drm/bochs: Fix DPMS regressionTakashi Iwai1-2/+3
2025-02-06Merge remote-tracking branch 'drm-misc/drm-misc-next-fixes' into drm-misc-fixesMaxime Ripard1-2/+1
2025-01-23drm/bochs: Do not put DRM device in PCI remove callbackThomas Zimmermann1-1/+0
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula1-1/+0
2024-12-02Merge drm/drm-next into drm-misc-nextMaxime Ripard1-5/+14
2024-11-21Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-164/+229
2024-11-15drm/client: Move public client header to clients/ subdirectoryThomas Zimmermann1-1/+1
2024-10-28drm: handle HAS_IOPORT dependenciesNiklas Schnelle1-5/+14
2024-10-14drm/bochs: Use video aperture helpersThomas Zimmermann1-2/+2
2024-10-10drm/bochs: Return error from correct pointerThomas Zimmermann1-1/+1
2024-09-26drm/bochs: Run DRM default client setupThomas Zimmermann1-1/+4
2024-09-13drm/bochs: use devm_ioremap_wc() to map framebufferYan Zhao1-1/+1
2024-09-06drm/bochs: Validate display modes against available video memoryThomas Zimmermann1-7/+20
2024-09-06drm/bochs: Use GEM SHMEM helpers for memory managementThomas Zimmermann1-41/+37
2024-09-06drm/bochs: Use regular atomic helpersThomas Zimmermann1-45/+132
2024-09-06drm/bochs: Allocate DRM device in struct bochs_deviceThomas Zimmermann1-27/+25
2024-09-06drm/bochs: Upcast with to_bochs_device()Thomas Zimmermann1-4/+9
2024-09-06drm/bochs: Pass bochs device to various functionsThomas Zimmermann1-6/+6
2024-09-06drm/bochs: Do managed resource cleanupThomas Zimmermann1-32/+10
2024-09-06drm/bochs: Use helpers for struct drm_edidThomas Zimmermann1-26/+22
2024-09-06drm/bochs: Remove manual format test from fb_createThomas Zimmermann1-12/+1
2024-06-10drm/tiny: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2024-05-13drm/bochs: switch to struct drm_edidJani Nikula1-13/+10
2024-05-02drm/fbdev-generic: Convert to fbdev-ttmThomas Zimmermann1-2/+2
2023-09-21drm: Call drm_atomic_helper_shutdown() at shutdown time for misc driversDouglas Anderson1-0/+6
2023-03-22drm/fbdev-generic: Remove unused prefer_shadow_fbdev flagThomas Zimmermann1-1/+0
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann1-1/+1
2022-10-19drm: Remove drm_mode_config::fb_baseZack Rusin1-1/+0
2022-09-07drm/bochs: fix blankingGerd Hoffmann1-0/+2
2022-07-19drm/bochs: Fix some error handling paths in bochs_pci_probe()Christophe JAILLET1-3/+9
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä1-0/+1
2022-06-09drm/bochs: Explicitly include linux/module.hMichel Dänzer1-0/+1
2022-01-19drm/bochs: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann1-18/+2
2021-11-27drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas1-2/+1
2021-09-15drm/bochs: add Bochs PCI ID for Simics modelH. Peter Anvin (Intel)1-0/+8
2021-07-20drm/bochs: Fix missing pci_disable_device() on error in bochs_pci_probe()Yang Yingliang1-1/+1
2021-07-05drm/bochs: Use managed initialization for GEM VRAM helpersThomas Zimmermann1-38/+5
2021-07-05drm/bochs: Move to tiny/Thomas Zimmermann1-0/+766