aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-17drm/amdgpu: use generic fb helpers instead of setting up AMD own's.Evan Quan1-388/+0
2021-08-09drm/amdgpu: Removed unnecessary if statementSergio Miguéns Iglesias1-3/+0
2021-08-05drm/amdgpu: create amdgpu_vkms (v4)Ryan Taylor1-1/+1
2021-05-19drm/amd/amdgpu: fix refcount leakJingwen Chen1-0/+3
2021-04-15drm/amdgpu: Calling address translation functions to simplify codesOak Zeng1-3/+1
2021-03-23drm/amdgpu: fb BO should be ttm_bo_type_deviceNirmoy Das1-1/+1
2021-03-23drm/amdgpu: Verify bo size can fit framebuffer size on init.Mark Yacoub1-2/+2
2021-01-13drm/amdgpu: Remove references to struct drm_device.pdevThomas Zimmermann1-1/+1
2020-10-30drm/amd: Init modifier field of helper fb.Bas Nieuwenhuizen1-0/+1
2020-08-24drm/amdgpu: Get DRM dev from adev by inline-fLuben Tuikov1-10/+10
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-2/+2
2020-05-19drm/amd: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov1-2/+2
2020-05-08drm/amdgpu: force fbdev into vramAlex Deucher1-2/+1
2020-03-06drm: Remove drm_fb_helper add, add all and remove connector callsPankaj Bharadiya1-2/+0
2020-03-06drm: Remove unused arg from drm_fb_helper_initPankaj Bharadiya1-2/+1
2019-12-05drm: constify fb ops across all driversJani Nikula1-1/+1
2019-07-30drm/amdgpu: Fix amdgpu_display_supported_domains logic.Andrey Grodzovsky1-6/+6
2019-07-30drm/amdgpu: Fix hard hang for S/G display BOs.Andrey Grodzovsky1-4/+3
2019-06-10drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg1-7/+7
2019-05-20drm: Remove users of drm_format_info_plane_cppMaxime Ripard1-1/+1
2019-05-20drm: Replace instances of drm_format_info by drm_get_format_infoMaxime Ripard1-2/+2
2019-05-20drm/fourcc: Pass the format_info pointer to drm_format_plane_cppMaxime Ripard1-1/+3
2019-03-27drm/amdgpu: Use drm_fb_helper_fill_infoDaniel Vetter1-16/+8
2019-03-26drm/fbdev: Make skip_vt_switch the defaultDaniel Vetter1-1/+0
2018-08-27drm/amdgpu: move gem definitions into amdgpu_gem headerHuang Rui1-0/+1
2018-07-20drm/amdgpu: use drm_fb helper for console_(un)lockShirish S1-2/+2
2018-07-10drm/amdgpu: allocate gart memory when it's required (v3)Junwei Zhang1-0/+8
2018-07-10drm/amdgpu: separate gpu address from bo pinJunwei Zhang1-1/+1
2018-07-05drm/amdgpu: fix the wrong type of gem object creationHuang Rui1-1/+1
2018-05-15drm/amdgpu: Rename amdgpu_display_framebuffer_domains()Samuel Li1-1/+1
2018-04-11drm/amdgpu: Move GEM BO to drm_framebufferDaniel Stone1-5/+5
2018-02-19drm/amdgpu: rename amdgpu_framebuffer_initSamuel Li1-1/+2
2018-02-19drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.hChristian König1-5/+5
2018-02-19drm/amdgpu: allow framebuffer in GART memory as wellChristian König1-4/+6
2017-12-06drm/amdgpu: Use drm_fb_helper_lastclose() and _poll_changed()Noralf Trønnes1-27/+0
2017-09-26drm/amdgpu: Enable DRIVER_ATOMIC flag for DAL.Andrey Grodzovsky1-1/+2
2017-09-26drm/amd/dc: Add dc display driver (v2)Harry Wentland1-5/+0
2017-09-13amdgpu: Only destroy fbdev framebuffer if it was initializedMichel Dänzer1-2/+2
2017-08-31drm/amdgpu: add IOCTL interface for per VM BOs v3Christian König1-1/+1
2017-08-15drm/amdgpu: switch to drm_*{get,put} helpersCihangir Akturk1-2/+2
2017-08-15drm/amdgpu: cleanup kptr handlingChristian König1-1/+1
2017-08-04drm: amd: remove dead code and pointless local lut storagePeter Rosin1-24/+0
2017-07-26drm/<drivers>: Drop fbdev info flagsDaniel Vetter1-1/+0
2017-05-25drm/amdgpu: fix null point error when rmmod amdgpu.Rex Zhu1-1/+6
2017-04-28drm/amdgpu: Make amdgpu_bo_reserve use uninterruptible waits for cleanupMichel Dänzer1-1/+1
2017-03-29gpu: drm: amd/radeon: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-2/+1
2017-03-29drm/amdgpu: clean framebuffer with GPUPixel Ding1-3/+2
2017-02-07drm/fb-helper: Automatically clean up fb_infoDaniel Vetter1-7/+4
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi1-1/+0
2016-12-15drm: Nuke fb->depthVille Syrjälä1-2/+2