search for: pp_table

Displaying 2 results from an estimated 2 matches for "pp_table".

2018 May 24
3
[PATCH] gpu: Consistently use octal not symbolic permissions
...nce_level); -static DEVICE_ATTR(pp_num_states, S_IRUGO, amdgpu_get_pp_num_states, NULL); -static DEVICE_ATTR(pp_cur_state, S_IRUGO, amdgpu_get_pp_cur_state, NULL); -static DEVICE_ATTR(pp_force_state, S_IRUGO | S_IWUSR, - amdgpu_get_pp_force_state, - amdgpu_set_pp_force_state); -static DEVICE_ATTR(pp_table, S_IRUGO | S_IWUSR, - amdgpu_get_pp_table, - amdgpu_set_pp_table); -static DEVICE_ATTR(pp_dpm_sclk, S_IRUGO | S_IWUSR, - amdgpu_get_pp_dpm_sclk, - amdgpu_set_pp_dpm_sclk); -static DEVICE_ATTR(pp_dpm_mclk, S_IRUGO | S_IWUSR, - amdgpu_get_pp_dpm_mclk, - amdgpu_set_pp_dpm_mclk); -static DEVICE_A...
2018 May 25
0
[PATCH] gpu: Consistently use octal not symbolic permissions
...E_ATTR(pp_num_states, S_IRUGO, amdgpu_get_pp_num_states, NULL); > -static DEVICE_ATTR(pp_cur_state, S_IRUGO, amdgpu_get_pp_cur_state, NULL); > -static DEVICE_ATTR(pp_force_state, S_IRUGO | S_IWUSR, > - amdgpu_get_pp_force_state, > - amdgpu_set_pp_force_state); > -static DEVICE_ATTR(pp_table, S_IRUGO | S_IWUSR, > - amdgpu_get_pp_table, > - amdgpu_set_pp_table); > -static DEVICE_ATTR(pp_dpm_sclk, S_IRUGO | S_IWUSR, > - amdgpu_get_pp_dpm_sclk, > - amdgpu_set_pp_dpm_sclk); > -static DEVICE_ATTR(pp_dpm_mclk, S_IRUGO | S_IWUSR, > - amdgpu_get_pp_dpm_mclk, > - a...