summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tegra/fb.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19drm/tegra: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov1-3/+3
2020-04-21drm: Fix misspellings of "Analog Devices"Geert Uytterhoeven1-1/+1
2020-03-06drm: Remove drm_fb_helper add, add all and remove connector callsPankaj Bharadiya1-6/+0
2020-03-06drm: Remove unused arg from drm_fb_helper_initPankaj Bharadiya1-1/+1
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-1/+1
2019-12-05drm: constify fb ops across all driversJani Nikula1-1/+1
2019-10-28drm/tegra: gem: Rename paddr -> iovaThierry Reding1-2/+2
2019-08-14drm/tegra: drop use of drmP.hSam Ravnborg1-2/+4
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-8/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-20drm: Remove users of drm_format_info_plane_cppMaxime Ripard1-1/+1
2019-05-20drm/fourcc: Pass the format_info pointer to drm_format_plane_cppMaxime Ripard1-1/+1
2019-05-20drm: Remove users of drm_format_(horz|vert)_chroma_subsamplingMaxime Ripard1-6/+3
2019-05-20drm: Remove users of drm_format_num_planesMaxime Ripard1-1/+2
2019-03-27drm/tegra: Use drm_fb_helper_fill_infoDaniel Vetter1-3/+1
2019-01-29drm/<drivers>: Don't set FBINFO_(FLAG_)DEFAULTDaniel Vetter1-1/+0
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-0/+1
2018-09-18drm/tegra: Convert drm_atomic_helper_suspend/resume()Souptick Joarder1-23/+1
2018-05-17drm/tegra: Use drm_gem_fb_destroyDaniel Stone1-16/+1
2018-05-17drm/tegra: Move fbdev unmap special caseDaniel Stone1-6/+11
2018-05-17drm/tegra: tegra_fb -> drm_framebufferDaniel Stone1-20/+14
2018-05-17drm/tegra: Move GEM BOs to drm_framebufferDaniel Stone1-29/+8
2018-05-17drm/tegra: Remove duplicate framebuffer num_planesDaniel Stone1-4/+2
2018-03-15drm/tegra: fb: Properly support linear modifierThierry Reding1-3/+6
2018-03-08drm/tegra: fb: Implement ->fb_mmap() callbackThierry Reding1-0/+16
2018-01-12Merge tag 'drm/tegra/for-4.16-rc1-fixes' of git://anongit.freedesktop.org/teg...Dave Airlie1-6/+30
2017-12-21drm/tegra: dc: Implement legacy blendingThierry Reding1-12/+0
2017-12-13drm/tegra: fb: Force alpha formatsThierry Reding1-0/+13
2017-12-13drm/tegra: Sanitize format modifiersThierry Reding1-6/+29
2017-12-08drm/tegra: Use drm_fb_helper_lastclose() and _poll_changed()Noralf Trønnes1-14/+0
2017-08-17drm/tegra: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk1-4/+4
2017-05-05Merge tag 'drm/tegra/for-4.12-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie1-3/+20
2017-04-05drm/tegra: Add tiling FB modifiersAlexandre Courbot1-3/+20
2017-02-07drm/fb-helper: Automatically clean up fb_infoDaniel Vetter1-4/+1
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi1-1/+1
2017-01-12drm/tegra: Stop using drm_framebuffer_unregister_privateDaniel Vetter1-5/+2
2016-12-15drm: Nuke fb->depthVille Syrjälä1-1/+1
2016-12-15drm: Replace drm_format_num_planes() with fb->format->num_planesVille Syrjälä1-1/+1
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä1-1/+1
2016-11-14drm/tegra: use DRM_FB_HELPER_DEFAULT_OPS for fb_opsStefan Christ1-5/+1
2016-07-18drm/tegra: Delete an unnecessary check before the function call "vunmap"Markus Elfring1-1/+1
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson1-1/+1
2015-12-19Merge tag 'topic/drm-misc-2015-12-18' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-1/+1
2015-12-15drm/tegra: Constify function pointer structsVille Syrjälä1-1/+1
2015-12-14drm/tegra: Implement subsystem-level suspend/resumeThierry Reding1-0/+24
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä1-2/+2
2015-11-24drm/tegra: Remove local fbdev emulation Kconfig optionArchit Taneja1-6/+6
2015-10-30drm/tegra: fb: Remove gratuituous blank lineThierry Reding1-1/+0
2015-08-06drm/tegra: Use new drm_fb_helper functionsArchit Taneja1-26/+9
2015-01-27drm/tegra: Move tegra_drm_mode_funcs to the coreThierry Reding1-21/+4