linux/drivers/gpu/drm/msm
Al Viro cb787f4ac0 [tree-wide] finally take no_llseek out
no_llseek had been defined to NULL two years ago, in commit 868941b144
("fs: remove no_llseek")

To quote that commit,

  At -rc1 we'll need do a mechanical removal of no_llseek -

  git grep -l -w no_llseek | grep -v porting.rst | while read i; do
	sed -i '/\<no_llseek\>/d' $i
  done

  would do it.

Unfortunately, that hadn't been done.  Linus, could you do that now, so
that we could finally put that thing to rest? All instances are of the
form
	.llseek = no_llseek,
so it's obviously safe.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2024-09-27 08:18:43 -07:00
..
adreno drm/msm/adreno: Add A306A support 2024-09-01 08:17:54 -07:00
disp Many singleton patches - please see the various changelogs for details. 2024-09-21 08:20:50 -07:00
dp drm/msm/dp: enable widebus on all relevant chipsets 2024-09-02 02:53:44 +03:00
dsi drm/msm/dsi: correct programming sequence for SM8350 / SM8450 2024-09-02 02:53:44 +03:00
hdmi drm/msm: add msm8998 hdmi phy/pll support 2024-09-02 02:53:44 +03:00
registers drm/msm: add msm8998 hdmi phy/pll support 2024-09-02 02:53:44 +03:00
.gitignore
Kconfig drm/bridge-connector: move to DRM_DISPLAY_HELPER module 2024-09-03 10:18:31 +02:00
Makefile drm/msm: add msm8998 hdmi phy/pll support 2024-09-02 02:53:44 +03:00
NOTES
msm_atomic.c
msm_atomic_trace.h
msm_atomic_tracepoints.c
msm_debugfs.c drm/msm: clean up fault injection usage 2024-09-01 20:43:33 -07:00
msm_debugfs.h
msm_drv.c drm/msm: clean up fault injection usage 2024-09-01 20:43:33 -07:00
msm_drv.h Many singleton patches - please see the various changelogs for details. 2024-09-21 08:20:50 -07:00
msm_dsc_helper.h
msm_fb.c
msm_fbdev.c
msm_fence.c
msm_fence.h
msm_gem.c drm/msm/gem: Add missing rcu_dereference() 2024-07-02 07:20:34 -07:00
msm_gem.h
msm_gem_prime.c
msm_gem_shrinker.c
msm_gem_submit.c
msm_gem_vma.c
msm_gpu.c drm/msm/adreno: Assign msm_gpu->pdev earlier to avoid nullptrs 2024-09-01 08:17:53 -07:00
msm_gpu.h
msm_gpu_devfreq.c
msm_gpu_trace.h
msm_gpu_tracepoints.c
msm_io_utils.c
msm_iommu.c drm/msm: Use iommu_paging_domain_alloc() 2024-07-04 14:09:33 +01:00
msm_kms.c
msm_kms.h
msm_mdss.c drm/msm: fix the highest_bank_bit for sc7180 2024-08-13 12:36:39 -07:00
msm_mdss.h
msm_mmu.h
msm_perf.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
msm_rd.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
msm_ringbuffer.c
msm_ringbuffer.h
msm_submitqueue.c