summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/amdgpu: fix refcount leakJingwen Chen2021-05-191-0/+3
* drm/amdgpu: Calling address translation functions to simplify codesOak Zeng2021-04-151-3/+1
* drm/amdgpu: fb BO should be ttm_bo_type_deviceNirmoy Das2021-03-231-1/+1
* drm/amdgpu: Verify bo size can fit framebuffer size on init.Mark Yacoub2021-03-231-2/+2
* drm/amdgpu: Remove references to struct drm_device.pdevThomas Zimmermann2021-01-131-1/+1
* drm/amd: Init modifier field of helper fb.Bas Nieuwenhuizen2020-10-301-0/+1
* drm/amdgpu: Get DRM dev from adev by inline-fLuben Tuikov2020-08-241-10/+10
* Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-06-241-2/+2
|\
| * drm/amd: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2020-05-191-2/+2
* | drm/amdgpu: force fbdev into vramAlex Deucher2020-05-081-2/+1
|/
* drm: Remove drm_fb_helper add, add all and remove connector callsPankaj Bharadiya2020-03-061-2/+0
* drm: Remove unused arg from drm_fb_helper_initPankaj Bharadiya2020-03-061-2/+1
* drm: constify fb ops across all driversJani Nikula2019-12-051-1/+1
* drm/amdgpu: Fix amdgpu_display_supported_domains logic.Andrey Grodzovsky2019-07-301-6/+6
* drm/amdgpu: Fix hard hang for S/G display BOs.Andrey Grodzovsky2019-07-301-4/+3
* drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg2019-06-101-7/+7
* drm: Remove users of drm_format_info_plane_cppMaxime Ripard2019-05-201-1/+1
* drm: Replace instances of drm_format_info by drm_get_format_infoMaxime Ripard2019-05-201-2/+2
* drm/fourcc: Pass the format_info pointer to drm_format_plane_cppMaxime Ripard2019-05-201-1/+3
* drm/amdgpu: Use drm_fb_helper_fill_infoDaniel Vetter2019-03-271-16/+8
* drm/fbdev: Make skip_vt_switch the defaultDaniel Vetter2019-03-261-1/+0
* drm/amdgpu: move gem definitions into amdgpu_gem headerHuang Rui2018-08-271-0/+1
* drm/amdgpu: use drm_fb helper for console_(un)lockShirish S2018-07-201-2/+2
* drm/amdgpu: allocate gart memory when it's required (v3)Junwei Zhang2018-07-101-0/+8
* drm/amdgpu: separate gpu address from bo pinJunwei Zhang2018-07-101-1/+1
* drm/amdgpu: fix the wrong type of gem object creationHuang Rui2018-07-051-1/+1
* drm/amdgpu: Rename amdgpu_display_framebuffer_domains()Samuel Li2018-05-151-1/+1
* drm/amdgpu: Move GEM BO to drm_framebufferDaniel Stone2018-04-111-5/+5
* drm/amdgpu: rename amdgpu_framebuffer_initSamuel Li2018-02-191-1/+2
* drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.hChristian König2018-02-191-5/+5
* drm/amdgpu: allow framebuffer in GART memory as wellChristian König2018-02-191-4/+6
* drm/amdgpu: Use drm_fb_helper_lastclose() and _poll_changed()Noralf Trønnes2017-12-061-27/+0
* drm/amdgpu: Enable DRIVER_ATOMIC flag for DAL.Andrey Grodzovsky2017-09-261-1/+2
* drm/amd/dc: Add dc display driver (v2)Harry Wentland2017-09-261-5/+0
* amdgpu: Only destroy fbdev framebuffer if it was initializedMichel Dänzer2017-09-131-2/+2
* drm/amdgpu: add IOCTL interface for per VM BOs v3Christian König2017-08-311-1/+1
* drm/amdgpu: switch to drm_*{get,put} helpersCihangir Akturk2017-08-151-2/+2
* drm/amdgpu: cleanup kptr handlingChristian König2017-08-151-1/+1
* drm: amd: remove dead code and pointless local lut storagePeter Rosin2017-08-041-24/+0
* drm/<drivers>: Drop fbdev info flagsDaniel Vetter2017-07-261-1/+0
* drm/amdgpu: fix null point error when rmmod amdgpu.Rex Zhu2017-05-251-1/+6
* drm/amdgpu: Make amdgpu_bo_reserve use uninterruptible waits for cleanupMichel Dänzer2017-04-281-1/+1
* gpu: drm: amd/radeon: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2017-03-291-2/+1
* drm/amdgpu: clean framebuffer with GPUPixel Ding2017-03-291-3/+2
* drm/fb-helper: Automatically clean up fb_infoDaniel Vetter2017-02-071-7/+4
* drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi2017-02-021-1/+0
* drm: Nuke fb->depthVille Syrjälä2016-12-151-2/+2
* drm/amdgpu: use pin rather than pin_restricted in a few casesAlex Deucher2016-12-081-1/+1
* drm/amdgpu: use DRM_FB_HELPER_DEFAULT_OPS for fb_opsStefan Christ2016-11-141-7/+1
* drm/amdgpu: add AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS flag v3Christian König2016-10-251-1/+2