Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HyperOS variant #8

Open
wants to merge 111 commits into
base: saaya1
Choose a base branch
from
Open

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    796f2e0 View commit details
    Browse the repository at this point in the history
  2. kernelsu: add submodule

    etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a956584 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed12ca3 View commit details
    Browse the repository at this point in the history
  4. erofs: include xarray header

    Since we have no commit b93b016
    ("page cache: use xa_lock"), xarray.h isn't included to the
    include/linux/fs.h.
    
    For now, let's just add it to the files that needed for simpler fix.
    Signed-off-by: Nauval Rizky <[email protected]>
    nullxception authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    fefbd2d View commit details
    Browse the repository at this point in the history
  5. lz4: Compile LZ4_decompress_safe_partial() when EROFS_FS is enabled

    Fixes following error:
    ../fs/erofs/decompressor.c:226:9: error: implicit declaration of function 'LZ4_decompress_safe_partial' [-Werror,-Wimplicit-function-declaration]
                    ret = LZ4_decompress_safe_partial(src + inputmargin, out,
                          ^
    
    Change-Id: I4eb111456d755154492dd8918866a53c38682ebd
    Signed-off-by: UtsavBalar1231 <[email protected]>
    UtsavBalar1231 authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d384309 View commit details
    Browse the repository at this point in the history
  6. drm: Add xiaomi's dynamic fps

    Signed-off-by: Stephen Xian <[email protected]>
    Signed-off-by: onettboots <[email protected]>
    Laulan56 authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b1afb2f View commit details
    Browse the repository at this point in the history
  7. Revert "dsi_display: interpolated doze brightness improvement"

    This reverts commit 0693643.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7ab70c3 View commit details
    Browse the repository at this point in the history
  8. Revert "sde: Update sde bl scale on fod depress"

    This reverts commit 71c1b53.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    844b8c0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    244a816 View commit details
    Browse the repository at this point in the history
  10. Revert "dsi_display: do not set hbm_mode if in autohbm"

    This reverts commit 93c38a6.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d4c52db View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    13c1f89 View commit details
    Browse the repository at this point in the history
  12. Revert "goodix_driver_gt9886: implement single tap sensor"

    This reverts commit 31b102a.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    50bc636 View commit details
    Browse the repository at this point in the history
  13. Revert "goodix/gf_spi: use DMA for skbuff"

    This reverts commit 18d3166.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    be3a96c View commit details
    Browse the repository at this point in the history
  14. Revert "drm: msm: always assume the panel is OLED"

    This reverts commit 07f3984.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    af3eb6a View commit details
    Browse the repository at this point in the history
  15. Revert "display/get*dim_alpha: drop unnecessary locks"

    This reverts commit 262d9e9.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    669c3f6 View commit details
    Browse the repository at this point in the history
  16. Revert "dsi_display: (doze) interpolated brightness: back to lp2"

    This reverts commit 347f21c.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c2e8b5b View commit details
    Browse the repository at this point in the history
  17. Revert "goodix_driver_gt9886: gesture: small code style changes using…

    … checkpatch.pl"
    
    This reverts commit d8ef600.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    6ee0c6a View commit details
    Browse the repository at this point in the history
  18. Revert "goodix_driver_gt9886: core: small code style changes using ch…

    …eckpatch.pl"
    
    This reverts commit 00b6432.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    83a701c View commit details
    Browse the repository at this point in the history
  19. Revert "goodix_driver_gt9886: use u8 instead of int for udfps* and do…

    …uble_tap*"
    
    This reverts commit 2e8f3d2.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    274e109 View commit details
    Browse the repository at this point in the history
  20. Revert "goodix_driver_gt9886: use PAGE_SIZE instead of 10 for sysfs b…

    …uffer size"
    
    This reverts commit 7d24064.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    79dce4e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    10037e2 View commit details
    Browse the repository at this point in the history
  22. Revert "goodix: Don't report touch on FOD gesture"

    This reverts commit 8af6529.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e3d7b94 View commit details
    Browse the repository at this point in the history
  23. Revert "goodix: Remove gesture data sysfs"

    This reverts commit aac5fd4.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f7043f8 View commit details
    Browse the repository at this point in the history
  24. Revert "input: goodix: Don't iterate over touch data for more than ne…

    …cessary"
    
    This reverts commit 9c18c9e.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    dc11f67 View commit details
    Browse the repository at this point in the history
  25. Revert "input: goodix: Don't memset touch_data"

    This reverts commit 9fa9687.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    70d91b5 View commit details
    Browse the repository at this point in the history
  26. Revert "input: goodix: Remove leftover pen feature"

    This reverts commit 0cb8741.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    8ee9adf View commit details
    Browse the repository at this point in the history
  27. Revert "input: goodix: Remove swap axis feature"

    This reverts commit 16f3f71.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7bf1d45 View commit details
    Browse the repository at this point in the history
  28. Revert "input: goodix: Optimize irq handler"

    This reverts commit 84e0506.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f38cf24 View commit details
    Browse the repository at this point in the history
  29. Revert "input: goodix: Fix wrongly placed mutex unlock"

    This reverts commit a3d2f88.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    8abd79f View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    b9db74f View commit details
    Browse the repository at this point in the history
  31. Revert "goodix_driver_gt9886: refactor gsx_gesture_ist"

    This reverts commit 53935db.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    6e6d3f5 View commit details
    Browse the repository at this point in the history
  32. Revert "goodix_driver_gt9886: refactor set_suspend_func"

    This reverts commit 751d7e9.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    65e7c30 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    44e0cd5 View commit details
    Browse the repository at this point in the history
  34. Revert "input: touchscreen: goodix_driver_gt9886: Remove input event …

    …dt2w handling"
    
    This reverts commit 34cc97f.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    66c5c6f View commit details
    Browse the repository at this point in the history
  35. Revert "goodix_driver_gt9886: don't run check_gesture_stat for fod st…

    …atus store"
    
    This reverts commit 9f85c6f.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    23d31b5 View commit details
    Browse the repository at this point in the history
  36. Revert "goodix_driver_gt9886: use switch case for drm notifier"

    This reverts commit 30be1f4.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ed5d658 View commit details
    Browse the repository at this point in the history
  37. Revert "remove force_fod_status"

    This reverts commit 465a8f5.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    df92dd1 View commit details
    Browse the repository at this point in the history
  38. Revert "goodix_driver_gt9886: core: properly use _enabled of new attr…

    …ibutes"
    
    This reverts commit 9d0567f.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7c94365 View commit details
    Browse the repository at this point in the history
  39. Revert "goodix_driver_gt9886: gesture: also handle both gesture disab…

    …led"
    
    This reverts commit 5263687.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    60c0115 View commit details
    Browse the repository at this point in the history
  40. Revert "goodix_driver_gt9886: refactor goodix_sync_ic_stat"

    This reverts commit 58cd72e.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    0fa0432 View commit details
    Browse the repository at this point in the history
  41. Revert "goodix_driver_gt9886: implement udfps_enabled"

    This reverts commit dbed7e6.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d3637a6 View commit details
    Browse the repository at this point in the history
  42. Revert "goodix_driver_gt9886: resend gesture command if double tap di…

    …sabled"
    
    This reverts commit ee854fd.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    4fb82b2 View commit details
    Browse the repository at this point in the history
  43. Revert "goodix_driver_gt9886: implement double_tap_enabled"

    This reverts commit d08faef.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    8663a42 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    87f0c2c View commit details
    Browse the repository at this point in the history
  45. Revert "goodix_driver_gt9886: force double wakeup during suspend"

    This reverts commit 871e40e.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f884697 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    774c030 View commit details
    Browse the repository at this point in the history
  47. Revert "display: expose dc dim alpha for debugging"

    This reverts commit 69530e5.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    761aafc View commit details
    Browse the repository at this point in the history
  48. Revert "display: dsi_panel: Prevent panel going full black when extra…

    … dim is enabled"
    
    This reverts commit edd3bb4.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    47829a4 View commit details
    Browse the repository at this point in the history
  49. Revert "Revert "display: dsi_panel: Fix unused variable when exposure…

    …_adjustment is disabled""
    
    This reverts commit 3d12fe1.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    583de6d View commit details
    Browse the repository at this point in the history
  50. Revert "drm/msm/sde: do not dc dim when HBM is set"

    This reverts commit be069cb.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    81f9b25 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    a40be37 View commit details
    Browse the repository at this point in the history
  52. Revert "display: dsi_panel: Complete CSC DC Dimming"

    This reverts commit 6333542.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    026bd14 View commit details
    Browse the repository at this point in the history
  53. Revert "display: dsi_panel: Rename to disp-dc-dim-lut"

    This reverts commit fade64b.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    305b335 View commit details
    Browse the repository at this point in the history
  54. Revert "sde_crtc: Remove unused variables after 4f4bc359ea46"

    This reverts commit 16f0b0d.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    9dcef78 View commit details
    Browse the repository at this point in the history
  55. Revert "Display: optimize src split order writing"

    This reverts commit 65ecb8f.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a49e267 View commit details
    Browse the repository at this point in the history
  56. Revert "Display: optimize CSC dirty marking"

    This reverts commit b138843.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5a19f9e View commit details
    Browse the repository at this point in the history
  57. Revert "Display: new panel attribute for previous dc dim state"

    This reverts commit b2773e6.
    onettboots authored and etnperlong committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    259a48e View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Revert "Display: CSC DC dimming implementation"

    This reverts commit b967f8a.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    c3c1570 View commit details
    Browse the repository at this point in the history
  2. Revert "display: dsi_panel: Fix unused variable when exposure_adjustm…

    …ent is disabled"
    
    This reverts commit b2b0846.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    aa632ba View commit details
    Browse the repository at this point in the history
  3. Revert "raphael_defconfig: disable exposure_adjustment"

    This reverts commit fc5635b.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    c838fe7 View commit details
    Browse the repository at this point in the history
  4. Revert "msm/dsi: free phy_timing_val if it's not used anymore"

    This reverts commit 9a18116.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    518dacc View commit details
    Browse the repository at this point in the history
  5. Revert "drm/msm/sde: Don't clear dim layers when there aren't any app…

    …lied"
    
    This reverts commit 8ab6329.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    0b572bb View commit details
    Browse the repository at this point in the history
  6. Revert "goodix_ts: Implement force_fod_status"

    This reverts commit fef195e.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    e41dbb4 View commit details
    Browse the repository at this point in the history
  7. Revert "goodix_ts: Implement udfps_pressed attribute"

    This reverts commit f6d3972.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    2821a88 View commit details
    Browse the repository at this point in the history
  8. Revert "drm/msm/sde: Don't set fod dim alpha while HBM is active"

    This reverts commit 356db75.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    6eb986e View commit details
    Browse the repository at this point in the history
  9. Revert "display: dsi_panel: change prop name to fit ours"

    This reverts commit ea67b2c.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    5987494 View commit details
    Browse the repository at this point in the history
  10. Revert "display: dsi_panel: include dsi_display"

    This reverts commit 853a493.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    5561c41 View commit details
    Browse the repository at this point in the history
  11. Revert "sde_connector: fix off by one frame on press hbm for dim"

    This reverts commit c80b24b.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    60c1d6a View commit details
    Browse the repository at this point in the history
  12. Revert "sde_crtc: do not setup old fod dim mode"

    This reverts commit 0443b40.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    dcd350c View commit details
    Browse the repository at this point in the history
  13. Revert "Revert "drm/msm/sde: Don't clear dim layers when there aren't…

    … any applied""
    
    This reverts commit 6747af8.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    a71d901 View commit details
    Browse the repository at this point in the history
  14. Revert "sde_plane: correctly set PLANE_PROP_FOD to dirty rects"

    This reverts commit c78a75a.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    a437da2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7a84ae0 View commit details
    Browse the repository at this point in the history
  16. Revert "display: expose dim alpha for debugging"

    This reverts commit 1fddab6.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    23c9823 View commit details
    Browse the repository at this point in the history
  17. Revert "display: expose forcing FOD UI for debugging"

    This reverts commit 79d125c.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    1ce4e17 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c7d6886 View commit details
    Browse the repository at this point in the history
  19. Revert "display: dsi_panel: create empty ettributes group"

    This reverts commit abe8959.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    4caa314 View commit details
    Browse the repository at this point in the history
  20. Revert "display: dsi_panel_get_fod_dim_alpha -> dsi_panel_calc_fod_di…

    …m_alpha"
    
    This reverts commit 314d41d.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    54fd285 View commit details
    Browse the repository at this point in the history
  21. Revert "display: dsi_panel: track real backlight value"

    This reverts commit e44ae94.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    fcc0b10 View commit details
    Browse the repository at this point in the history
  22. Revert "display: dsi_panel: expose FOD dim"

    This reverts commit a43a491.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    13fa50d View commit details
    Browse the repository at this point in the history
  23. Revert "display: dsi_panel: expose FOD dim alpha"

    This reverts commit 3047682.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    6c43844 View commit details
    Browse the repository at this point in the history
  24. Revert "display: use CSC for FOD dimming"

    This reverts commit a26f14c.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    b8065bc View commit details
    Browse the repository at this point in the history
  25. Revert "display: dsi_panel: read FOD dimming LUT"

    This reverts commit 2f9e3dd.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    bc4d3a9 View commit details
    Browse the repository at this point in the history
  26. Revert "drivers: dsi_panel: prepare for new fod stuff"

    This reverts commit 849a75f.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    db5130d View commit details
    Browse the repository at this point in the history
  27. Revert "Revert "display: sde_crtc: setup dim layer""

    This reverts commit 7c63a94.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    09aca86 View commit details
    Browse the repository at this point in the history
  28. Revert "Revert "display: sde_connector: update FOD HBM on dim layer c…

    …hange""
    
    This reverts commit 55c1cbf.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    27f0361 View commit details
    Browse the repository at this point in the history
  29. Revert "Revert "disp: msm: Notify sysfs for fod ui changes""

    This reverts commit b14b6d6.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    97d8bf2 View commit details
    Browse the repository at this point in the history
  30. Revert "Revert "display: sde_hw_mdss: Increase sde stage to map zpos …

    …changes""
    
    This reverts commit c81bda1.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    06a860e View commit details
    Browse the repository at this point in the history
  31. Revert "display: do not create virtual planes for VIG planes"

    This reverts commit fbd41eb.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    66d3517 View commit details
    Browse the repository at this point in the history
  32. Revert "display: optimize exclusion rects dirty marking"

    This reverts commit 9147fdf.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    c9af100 View commit details
    Browse the repository at this point in the history
  33. Revert "display: skip marking null blob changes as dirty"

    This reverts commit 257df54.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    186167d View commit details
    Browse the repository at this point in the history
  34. Revert "display:Fix -Wincompatible-pointer-types warning"

    This reverts commit e8ad925.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    9bdd712 View commit details
    Browse the repository at this point in the history
  35. Revert "techpack: display: ignore CSC config on FOD layer"

    This reverts commit fa1644a.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    598cfba View commit details
    Browse the repository at this point in the history
  36. Revert "display: translate PCC to CSC"

    This reverts commit 7103732.
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    50562a1 View commit details
    Browse the repository at this point in the history
  37. dts: dsi-panel: ea8076: restore stock fod dim lut

    Signed-off-by: onettboots <[email protected]>
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    5e94486 View commit details
    Browse the repository at this point in the history
  38. input: touchscreen: goodix_driver_gt9886: Report fp_state to sysfs

    Change-Id: If6245ce53ed742377ecd2eb53f1debe5fb5a21c8
    Signed-off-by: penglezos <[email protected]>
    Signed-off-by: onettboots <[email protected]>
    ArianK16a authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    54363f4 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    d7c0a3e View commit details
    Browse the repository at this point in the history
  40. display: translate PCC to CSC

    PCC cannot be applied per-plane, but CSC can. Translate PCC to CSC
    to allow skipping it for some planes.
    
    Change-Id: I76fa04fed6bcc9426cf2a38c58c23e49e27b8750
    
    [@RealJohnGalt] adapt for k4.14
    
    Signed-off-by: onettboots <[email protected]>
    Demon000 authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    290b30a View commit details
    Browse the repository at this point in the history
  41. techpack: display: ignore CSC config on FOD layer

    FOD performance decreases if the color of the icon is not
    exactly white, which happens when night light is enabled.
    Skip CSC for the FOD layer.
    
    Change-Id: Icb202690ec58e807b612fffe479c8e7c5c3b5d03
    Signed-off-by: onettboots <[email protected]>
    Demon000 authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    87dba43 View commit details
    Browse the repository at this point in the history
  42. display:Fix -Wincompatible-pointer-types warning

    ../drivers/gpu/drm/msm/sde/sde_color_processing.c:892:9: error: incompatible pointer types returning 'unsigned char *' from a function with result type 'struct drm_msm_pcc *' [-Werror,-Wincompatible-pointer-types] return blob ? blob->data : NULL; ^~~~~~~~ 1 error generated.
    
    Signed-off-by: onettboots <[email protected]>
    Demon000 authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    3a8d994 View commit details
    Browse the repository at this point in the history
  43. raphael: Revert PCC to CSC patchset

    Signed-off-by: penglezos <[email protected]>
    Signed-off-by: onettboots <[email protected]>
    penglezos authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    2ba0519 View commit details
    Browse the repository at this point in the history
  44. drm: msm: Disable DC dimming while HBM is active

    Change-Id: I76f61f7de1637bd70c65a684468d41f24b03e15c
    Signed-off-by: penglezos <[email protected]>
    Signed-off-by: onettboots <[email protected]>
    ArianK16a authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    74a58d0 View commit details
    Browse the repository at this point in the history
  45. build.sh: mark as losfod

    this source using old fod for penglezos trees / lineage os rom
    
    Signed-off-by: onettboots <[email protected]>
    onettboots authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    88e82ea View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    b00764c View commit details
    Browse the repository at this point in the history
  47. Reapply "drm/msm/sde: Introduce KCAL color control"

    This reverts commit fde527b.
    etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    13926cf View commit details
    Browse the repository at this point in the history
  48. media: msm: Add option to disable dump state monitor array

    Change-Id: I2a5d47eaf951cb04c92921518e93dd2ba4708fd3
    Signed-off-by: Pranav Vashi <[email protected]>
    ArianK16a authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    4e96b9e View commit details
    Browse the repository at this point in the history
  49. FROMLIST: mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG

    Some architectures support the accessed bit in non-leaf PMD entries,
    e.g., x86 sets the accessed bit in a non-leaf PMD entry when using it
    as part of linear address translation [1]. Page table walkers that
    clear the accessed bit may use this capability to reduce their search
    space.
    
    Note that:
    1. Although an inline function is preferable, this capability is added
       as a configuration option for consistency with the existing macros.
    2. Due to the little interest in other varieties, this capability was
       only tested on Intel and AMD CPUs.
    
    [1]: Intel 64 and IA-32 Architectures Software Developer's Manual
         Volume 3 (June 2021), section 4.8
    
    Link: https://lore.kernel.org/r/[email protected]/
    Signed-off-by: Yu Zhao <[email protected]>
    Reviewed-by: Barry Song <[email protected]>
    Acked-by: Brian Geffon <[email protected]>
    Acked-by: Jan Alexander Steffens (heftig) <[email protected]>
    Acked-by: Oleksandr Natalenko <[email protected]>
    Acked-by: Steven Barrett <[email protected]>
    Acked-by: Suleiman Souhlal <[email protected]>
    Tested-by: Daniel Byrne <[email protected]>
    Tested-by: Donald Carr <[email protected]>
    Tested-by: Holger Hoffstätte <[email protected]>
    Tested-by: Konstantin Kharlamov <[email protected]>
    Tested-by: Shuang Zhai <[email protected]>
    Tested-by: Sofia Trinh <[email protected]>
    Tested-by: Vaibhav Jain <[email protected]>
    Bug: 228114874
    Change-Id: I73f84a21fd315192eaa3e6443334ed1bccb4e99e
    Signed-off-by: 0wnerDied <[email protected]>
    yuzhaogoogle authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    c7b4f1c View commit details
    Browse the repository at this point in the history
  50. drivers: mfd: Import Xiaomi speaker ID driver

    Change-Id: Ibc8087ded16d22bb368ce8c3f10f9e1d79ae03fa
    SebaUbuntu authored and etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    50fb49b View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    0c2e60f View commit details
    Browse the repository at this point in the history
  52. misc: import SIM tray status driver

    Signed-off-by: Julian Liu <[email protected]>
    etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    c3a6434 View commit details
    Browse the repository at this point in the history
  53. build: mark as hyperos

    etnperlong committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    e99b2fe View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    7672465 View commit details
    Browse the repository at this point in the history