aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/bochs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21drm/bochs: Fix connector leak during driver unloadSam Bobroff1-0/+2
2019-05-20drm/bochs: fix ptr_ret.cocci warningskbuild test robot1-4/+1
2019-05-15drm/bochs: Convert bochs driver to VRAM MMThomas Zimmermann4-166/+11
2019-05-15drm/bochs: Convert bochs driver to |struct drm_gem_vram_object|Thomas Zimmermann5-342/+21
2019-04-10Merge drm/drm-next into drm-misc-nextSean Paul2-10/+2
2019-04-10drm/bochs: use simple display pipeGerd Hoffmann2-130/+52
2019-04-05Merge tag 'drm-misc-next-2019-04-04' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie2-6/+2
2019-04-03Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie2-10/+2
2019-04-02drm/bochs: drop mode_config_initializedGerd Hoffmann2-7/+2
2019-04-02drm/bochs: add missing drm_atomic_helper_shutdown() call.Gerd Hoffmann1-0/+1
2019-03-19drm/ttm: Quick-test mmap offset in ttm_bo_mmap()Thomas Zimmermann1-7/+2
2019-03-19drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann1-1/+0
2019-03-19drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann1-2/+0
2019-03-06Merge drm/drm-next into drm-misc-nextSean Paul1-0/+4
2019-03-04Merge v5.0 into drm-nextDave Airlie1-0/+4
2019-02-28drm/bochs: Drop best_encoderDaniel Vetter1-11/+0
2019-02-28drm/bochs: Fix the ID mismatch errorAlistair Francis1-0/+4
2019-02-05drm/bochs: fix bochs_gem_prime_mmapGerd Hoffmann1-1/+2
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter2-0/+2
2019-01-14drm/bochs: move remaining fb bits to kmsGerd Hoffmann3-30/+18
2019-01-14drm/bochs: drop old fbdev emulation codeGerd Hoffmann2-138/+0
2019-01-14drm/bochs: switch to generic drm fbdev emulationGerd Hoffmann1-12/+1
2019-01-14drm/bochs: add basic prime supportGerd Hoffmann3-1/+66
2019-01-14drm/bochs: move ttm_bo_(un)reserve calls into bochs_bo_{pin, unpin}Gerd Hoffmann3-21/+9
2019-01-14drm/bochs: drop unused gpu_addr arg from bochs_bo_pin()Gerd Hoffmann4-13/+4
2019-01-14drm/bochs: remove old bochs_crtc_* functionsGerd Hoffmann1-81/+0
2019-01-14drm/bochs: atomic: set DRIVER_ATOMICGerd Hoffmann1-1/+1
2019-01-14drm/bochs: atomic: use suspend/resume helpersGerd Hoffmann1-9/+2
2019-01-14drm/bochs: atomic: use atomic page_flip helperGerd Hoffmann1-22/+1
2019-01-14drm/bochs: atomic: use atomic set_config helperGerd Hoffmann1-1/+1
2019-01-14drm/bochs: atomic: switch planes to atomic, wire up helpers.Gerd Hoffmann2-3/+82
2019-01-14drm/bochs: atomic: add mode_set_nofb callback.Gerd Hoffmann1-0/+9
2019-01-14drm/bochs: atomic: add atomic_flush+atomic_enable callbacks.Gerd Hoffmann1-0/+25
2019-01-14drm/bochs: split bochs_hw_setmodeGerd Hoffmann3-10/+17
2019-01-14drm/bochs: encoder cleanupGerd Hoffmann1-26/+0
2018-12-20drm/bochs: add edid present checkGerd Hoffmann1-0/+7
2018-11-19Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie2-63/+0
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König2-36/+0
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König2-29/+2
2018-11-05drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann1-2/+2
2018-10-30drm/bochs: add edid support.Gerd Hoffmann3-3/+49
2018-10-01drm/bochs: Replace drm_gem_object_unreference_unlocked with put functionThomas Zimmermann1-2/+2
2018-09-25drm/bochs: support changing byteorder at mode set timeGerd Hoffmann4-18/+61
2018-09-25drm/bochs: fix DRM_FORMAT_* handling for big endian machines.Gerd Hoffmann2-5/+46
2018-09-10bochs: convert to drm_dev_registerPeter Wu3-8/+30
2018-09-10bochs: convert to drm_fb_helper_fbdev_setup/teardownPeter Wu4-157/+22
2018-09-10bochs: use drm_fb_helper_set_suspend_unlocked in suspend/resumePeter Wu1-10/+2
2018-09-03drm/bochs: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław1-17/+1
2018-08-30drm/bochs: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann1-1/+1
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1