summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2020-03-18drm: make various debugfs_init() functions return 0Wambui Karuga3-9/+14
2020-03-18drm/i915: have *_debugfs_init() functions return void.Wambui Karuga4-12/+12
2020-03-18drm/omap: remove checks for return value of drm_debugfs functionsWambui Karuga1-20/+7
2020-03-18drm/pl111: make pl111_debugfs_init return 0Wambui Karuga1-3/+5
2020-03-18drm/nouveau: make nouveau_drm_debugfs_init() return 0Wambui Karuga1-12/+8
2020-03-18drm/vram-helper: make drm_vram_mm_debugfs_init() return 0Wambui Karuga1-6/+4
2020-03-18drm/sti: remove use of drm_debugfs functions as return valuesWambui Karuga15-74/+58
2020-03-18drm/msm: remove checks for return value of drm_debugfs_create_files()Wambui Karuga3-29/+10
2020-03-18drm/etnaviv: remove check for return value of drm_debugfs_create_files()Wambui Karuga1-12/+4
2020-03-18drm/arm: make hdlcd_debugfs_init() return 0Wambui Karuga1-2/+4
2020-03-18drm/arc: make arcgpu_debugfs_init() return 0.Wambui Karuga1-2/+4
2020-03-18drm/vc4: remove check of return value of drm_debugfs functionsWambui Karuga1-5/+2
2020-03-18drm/v3d: make v3d_debugfs_init() return 0Wambui Karuga1-3/+4
2020-03-18drm/tilcdc: remove check for return value of debugfs functions.Wambui Karuga1-11/+4
2020-03-18drm/tegra: remove checks for debugfs functions return valueWambui Karuga5-43/+8
2020-03-18drm: Correct a typo in a function commentIgor Matheus Andrade Torrente1-1/+1
2020-03-18drm: drm_vm: Use fallthrough;Joe Perches1-2/+2
2020-03-18drm/hisilicon: Drop unused #includeDaniel Vetter1-1/+0
2020-03-18drm/core: Add drm_afbc_framebuffer and a corresponding helperAndrzej Pietrasiewicz1-0/+108
2020-03-18drm/core: Allow drivers allocate a subclass of struct drm_framebufferAndrzej Pietrasiewicz1-25/+62
2020-03-17Merge drm/drm-next into drm-misc-nextMaxime Ripard175-1641/+3581
2020-03-16drm: Mark up racy check of drm_gem_object.handle_countChris Wilson1-1/+1
2020-03-16drm/edid: Distribute switch variables for initializationKees Cook1-2/+1
2020-03-16drm: lock: Clean up documentationBenjamin Gaignard1-6/+5
2020-03-16drm: bufs: Clean up documentationBenjamin Gaignard1-10/+10
2020-03-16drm: vm: Clean up documentationBenjamin Gaignard1-8/+8
2020-03-16drm: context: Clean up documentationBenjamin Gaignard1-14/+14
2020-03-14drm/tiny: fix sparse warning: incorrect type in assignment (different base ty...Kamlesh Gurudasani1-1/+1
2020-03-13Merge tag 'amd-drm-next-5.7-2020-03-10' of git://people.freedesktop.org/~agd5...Dave Airlie129-1317/+2860
2020-03-12Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie59-586/+2226
2020-03-11drm: Remove drm dp mst destroy_connector callbacksPankaj Bharadiya3-33/+0
2020-03-11drm: Add drm_dp_destroy_connector helper and use itPankaj Bharadiya1-2/+14
2020-03-11drm: Remove dp mst register connector callbacksPankaj Bharadiya4-25/+0
2020-03-11drm: Register connector instead of calling register_connector callbackPankaj Bharadiya1-1/+1
2020-03-11drm/edid: Add function to parse EDID descriptors for monitor rangeManasi Navare1-0/+44
2020-03-11drm/panel-simple: Fix dotclock for Logic PD Type 28Ville Syrjälä1-1/+1
2020-03-11drm/panel-sony-acx424akp: Fix dotclocksVille Syrjälä1-2/+2
2020-03-11drm/panel-lg-lg4573: Fix dotclockVille Syrjälä1-1/+1
2020-03-11drm/panel-ilitek-ili9322: Fix dotclocksVille Syrjälä1-7/+7
2020-03-11drm/panel-novatek-nt35510: Fix dotclockVille Syrjälä1-1/+1
2020-03-11drm: sysfs: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-1/+1
2020-03-11drm/ttm: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-1/+1
2020-03-11drm/ttm: fix false positive assertChristian König1-3/+2
2020-03-11drm/rockchip: rgb: don't count non-existent devices when determining subdriversHeiko Stuebner1-1/+2
2020-03-11Merge v5.6-rc5 into drm-nextDave Airlie53-325/+722
2020-03-10drm/amdgpu/runpm: disable runpm on Vega10Feifei Xu1-0/+1
2020-03-10drm/amdgpu: call ras_debugfs_create_all in debugfs_initTao Zhou8-11/+3
2020-03-10drm/amdgpu: add function to creat all ras debugfs nodeTao Zhou2-0/+31
2020-03-10drm/amd/powerplay: fix the coverity warning about negative check for an unsig...Prike Liang1-3/+0
2020-03-10drm/amdgpu: Correct the condition of warning while bo releasexinhui pan1-1/+2