Searched hist:bbf854dc3570eb0a2b9d851f21e363e1570c717e (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/display/modules/power/ |
H A D | Makefile | bbf854dc3570eb0a2b9d851f21e363e1570c717e Mon Nov 26 10:38:33 CST 2018 David Francis <David.Francis@amd.com> drm/amd/display: Load DMCU IRAM
DMCU IRAM must be loaded by the driver before DMCU can function.
Move the IRAM code out of the shadows and into a new file modules/power/power_helpers.c
The IRAM table contains the backlight curve and ABM parameters
Add this new file to the Makefiles
Call dmcu_load_iram in late init of DM
Move struct dmcu_version from dc.h to dmcu.h to allow dmcu to be included on its own
Signed-off-by: David Francis <David.Francis@amd.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
H A D | power_helpers.h | bbf854dc3570eb0a2b9d851f21e363e1570c717e Mon Nov 26 10:38:33 CST 2018 David Francis <David.Francis@amd.com> drm/amd/display: Load DMCU IRAM
DMCU IRAM must be loaded by the driver before DMCU can function.
Move the IRAM code out of the shadows and into a new file modules/power/power_helpers.c
The IRAM table contains the backlight curve and ABM parameters
Add this new file to the Makefiles
Call dmcu_load_iram in late init of DM
Move struct dmcu_version from dc.h to dmcu.h to allow dmcu to be included on its own
Signed-off-by: David Francis <David.Francis@amd.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
H A D | power_helpers.c | bbf854dc3570eb0a2b9d851f21e363e1570c717e Mon Nov 26 10:38:33 CST 2018 David Francis <David.Francis@amd.com> drm/amd/display: Load DMCU IRAM
DMCU IRAM must be loaded by the driver before DMCU can function.
Move the IRAM code out of the shadows and into a new file modules/power/power_helpers.c
The IRAM table contains the backlight curve and ABM parameters
Add this new file to the Makefiles
Call dmcu_load_iram in late init of DM
Move struct dmcu_version from dc.h to dmcu.h to allow dmcu to be included on its own
Signed-off-by: David Francis <David.Francis@amd.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
/openbmc/linux/drivers/gpu/drm/amd/display/ |
H A D | Makefile | diff bbf854dc3570eb0a2b9d851f21e363e1570c717e Mon Nov 26 10:38:33 CST 2018 David Francis <David.Francis@amd.com> drm/amd/display: Load DMCU IRAM
DMCU IRAM must be loaded by the driver before DMCU can function.
Move the IRAM code out of the shadows and into a new file modules/power/power_helpers.c
The IRAM table contains the backlight curve and ABM parameters
Add this new file to the Makefiles
Call dmcu_load_iram in late init of DM
Move struct dmcu_version from dc.h to dmcu.h to allow dmcu to be included on its own
Signed-off-by: David Francis <David.Francis@amd.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | dmcu.h | diff bbf854dc3570eb0a2b9d851f21e363e1570c717e Mon Nov 26 10:38:33 CST 2018 David Francis <David.Francis@amd.com> drm/amd/display: Load DMCU IRAM
DMCU IRAM must be loaded by the driver before DMCU can function.
Move the IRAM code out of the shadows and into a new file modules/power/power_helpers.c
The IRAM table contains the backlight curve and ABM parameters
Add this new file to the Makefiles
Call dmcu_load_iram in late init of DM
Move struct dmcu_version from dc.h to dmcu.h to allow dmcu to be included on its own
Signed-off-by: David Francis <David.Francis@amd.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dc.h | diff bbf854dc3570eb0a2b9d851f21e363e1570c717e Mon Nov 26 10:38:33 CST 2018 David Francis <David.Francis@amd.com> drm/amd/display: Load DMCU IRAM
DMCU IRAM must be loaded by the driver before DMCU can function.
Move the IRAM code out of the shadows and into a new file modules/power/power_helpers.c
The IRAM table contains the backlight curve and ABM parameters
Add this new file to the Makefiles
Call dmcu_load_iram in late init of DM
Move struct dmcu_version from dc.h to dmcu.h to allow dmcu to be included on its own
Signed-off-by: David Francis <David.Francis@amd.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm.c | diff bbf854dc3570eb0a2b9d851f21e363e1570c717e Mon Nov 26 10:38:33 CST 2018 David Francis <David.Francis@amd.com> drm/amd/display: Load DMCU IRAM
DMCU IRAM must be loaded by the driver before DMCU can function.
Move the IRAM code out of the shadows and into a new file modules/power/power_helpers.c
The IRAM table contains the backlight curve and ABM parameters
Add this new file to the Makefiles
Call dmcu_load_iram in late init of DM
Move struct dmcu_version from dc.h to dmcu.h to allow dmcu to be included on its own
Signed-off-by: David Francis <David.Francis@amd.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|