replace common qcom sources with samsung ones

This commit is contained in:
SaschaNes
2025-08-12 22:13:00 +02:00
parent ba24dcded9
commit 6f7753de11
5682 changed files with 2450203 additions and 103634 deletions

View File

@@ -36,6 +36,7 @@ struct kgsl_power_stats {
* @devfreq_wq - Main devfreq workqueue
* @devfreq_suspend_ws - Pass device suspension to devfreq
* @devfreq_resume_ws - Pass device resume to devfreq
* @devfreq_notify_ws - Notify devfreq to update sampling
* @next_governor_call - Timestamp after which the governor may be notified of
* a new sample
* @ctxt_aware_enable - Whether or not ctxt aware DCVS feature is enabled
@@ -55,10 +56,7 @@ struct kgsl_pwrscale {
struct workqueue_struct *devfreq_wq;
struct work_struct devfreq_suspend_ws;
struct work_struct devfreq_resume_ws;
/** @devfreq_notify_worker: kthread worker to handle devfreq notify event */
struct kthread_worker *devfreq_notify_worker;
/** @devfreq_notify_work: work struct to update devfreq as per request */
struct kthread_work devfreq_notify_work;
struct work_struct devfreq_notify_ws;
ktime_t next_governor_call;
bool ctxt_aware_enable;
unsigned int ctxt_aware_target_pwrlevel;