media: mfc: remove g_ctrl/s_ctrl

vidioc_s_ctrl and vidioc_g_ctrl are removed in Kernel mainline.
Therefore MFC driver is updated to remove vidioc_s_ctrl and vidioc_g_ctrl.

Bug: 410721788
Change-Id: Icd6cdba8c5d146b673d9902550ae2dc97cc2a932
Signed-off-by: Seungchul Kim <sc377.kim@samsung.com>
2 files changed
tree: d762c662a76f82b004101ce93f49bf97fa834283
  1. arch/
  2. Documentation/
  3. drivers/
  4. include/
  5. insmod_cfg/
  6. .checkpatch.conf
  7. .clang-format
  8. .gitignore
  9. BUILD.bazel
  10. build.config.cloudripper
  11. build.config.gs101
  12. build.config.gs201_emulator
  13. build.config.gs201_hybrid
  14. build.config.slider
  15. build.config.slider.blktest
  16. build.config.slider.debug_api
  17. build.config.slider.debug_kmemleak
  18. build.config.slider.debug_locking
  19. build.config.slider.debug_memory
  20. build.config.slider.debug_memory_accounting
  21. build.config.slider.kasan
  22. build.config.slider.khwasan
  23. build_cloudripper.sh
  24. build_gs201_zebu.sh
  25. build_mixed.sh
  26. build_raviole.sh
  27. device.bazelrc
  28. Kbuild
  29. Kconfig.ext
  30. Kconfig.ext_modules
  31. Makefile
  32. Makefile.ext_modules.cloudripper
  33. Makefile.ext_modules.include
  34. Makefile.ext_modules.slider
  35. Makefile.include
  36. merge-from-mainline.sh
  37. merge-from-pixel-5.10.sh
  38. OWNERS
  39. OWNERS_core
  40. PREUPLOAD.cfg
  41. README.md
  42. slider.bzl
  43. vendor_boot_modules.gs101
  44. vendor_dlkm.blocklist.cloudripper
  45. vendor_dlkm.blocklist.slider
  46. vendor_dlkm.props
  47. vendor_kernel_boot_modules.cloudripper
  48. vendor_kernel_boot_modules.gs201
README.md

Building with Bazel

# Files are copied to out/slider/dist
$ tools/bazel run --config=fast //private/google-modules/soc/gs:slider_dist

See build/kernel/kleaf/README.md for details.

ABI monitoring with Bazel (recommended)

Note: ABI monitoring is not supported on android-mainline branch.

# Update symbol list common/android/abi_gki_aarch64_pixel
$ tools/bazel run --config=fast //private/google-modules/soc/gs:slider_abi_update_symbol_list

# Update ABI common/android/abi_gki_aarch64.xml
$ tools/bazel run //common:kernel_aarch64_abi_update