summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/bochs
AgeCommit message (Expand)Author
2019-03-04Merge v5.0 into drm-nextDave Airlie
2019-02-28drm/bochs: Fix the ID mismatch errorAlistair Francis
2019-02-05drm/bochs: fix bochs_gem_prime_mmapGerd Hoffmann
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2019-01-14drm/bochs: move remaining fb bits to kmsGerd Hoffmann
2019-01-14drm/bochs: drop old fbdev emulation codeGerd Hoffmann
2019-01-14drm/bochs: switch to generic drm fbdev emulationGerd Hoffmann
2019-01-14drm/bochs: add basic prime supportGerd Hoffmann
2019-01-14drm/bochs: move ttm_bo_(un)reserve calls into bochs_bo_{pin, unpin}Gerd Hoffmann
2019-01-14drm/bochs: drop unused gpu_addr arg from bochs_bo_pin()Gerd Hoffmann
2019-01-14drm/bochs: remove old bochs_crtc_* functionsGerd Hoffmann
2019-01-14drm/bochs: atomic: set DRIVER_ATOMICGerd Hoffmann
2019-01-14drm/bochs: atomic: use suspend/resume helpersGerd Hoffmann
2019-01-14drm/bochs: atomic: use atomic page_flip helperGerd Hoffmann
2019-01-14drm/bochs: atomic: use atomic set_config helperGerd Hoffmann
2019-01-14drm/bochs: atomic: switch planes to atomic, wire up helpers.Gerd Hoffmann
2019-01-14drm/bochs: atomic: add mode_set_nofb callback.Gerd Hoffmann
2019-01-14drm/bochs: atomic: add atomic_flush+atomic_enable callbacks.Gerd Hoffmann
2019-01-14drm/bochs: split bochs_hw_setmodeGerd Hoffmann
2019-01-14drm/bochs: encoder cleanupGerd Hoffmann
2018-12-20drm/bochs: add edid present checkGerd Hoffmann
2018-11-19Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König
2018-11-05drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann
2018-10-30drm/bochs: add edid support.Gerd Hoffmann
2018-10-01drm/bochs: Replace drm_gem_object_unreference_unlocked with put functionThomas Zimmermann
2018-09-25drm/bochs: support changing byteorder at mode set timeGerd Hoffmann
2018-09-25drm/bochs: fix DRM_FORMAT_* handling for big endian machines.Gerd Hoffmann
2018-09-10bochs: convert to drm_dev_registerPeter Wu
2018-09-10bochs: convert to drm_fb_helper_fbdev_setup/teardownPeter Wu
2018-09-10bochs: use drm_fb_helper_set_suspend_unlocked in suspend/resumePeter Wu
2018-09-03drm/bochs: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław
2018-08-30drm/bochs: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter
2018-04-25drm/bochs: fix mode_valid's return typeLuc Van Oostenryck
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König
2018-03-09Merge branch 'drm-next-4.17' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2018-02-26drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König
2018-02-26drm/bochs: remove the default ttm_tt_populate callbacksChristian König
2018-02-19drm/bochs: make structure bochs_bo_driver staticColin Ian King
2017-12-27drm/bochs: remove the default io_mem_pfn setTan Xiaojun
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-12drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard
2017-08-16drm/bochs: Use the drm_driver.dumb_destroy defaultNoralf Trønnes
2017-07-26drm/<drivers>: Drop fbdev info flagsDaniel Vetter
2017-07-03drm/bochs: switch fb_ops over to use drm_fb_helper_cfb helpersMark Cave-Ayland