summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/core/dc_surface.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-18drm/amd/display: Add MPC 3DLUT resource managementVitaly Prosyak1-2/+1
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher1-0/+2
2019-06-22drm/amd/display: Integrate color transform3x4 with 3dlut tmVitaly Prosyak1-0/+10
2019-06-21drm/amd/display: Add DC core changes for DCN2Harry Wentland1-0/+63
2019-06-10drm/amd: drop use of drmp.h in os_types.hSam Ravnborg1-0/+2
2019-03-05drm/amd/display: Set flip pending for pipe splitWesley Chalmers1-0/+13
2019-01-14drm/amd/display: Check for NULL when creating gamma structKrunoslav Kovac1-3/+6
2018-11-05drm/amd/display: initialize dc_transfer_func->ctxDavid Francis1-0/+1
2018-07-31drm/amd/display: add missing void parameter to dc_create_transfer_funcColin Ian King1-1/+1
2018-06-15drm/amd/display: Added documentation for some DC interface functionsYasir Al Shekerchi1-0/+11
2018-05-15drm/amd/display: Use kvzalloc for potentially large allocationsMichel Dänzer1-7/+7
2018-05-15drm/amd/display: Have DC manage its own allocation of gammaAnthony Koo1-1/+7
2017-11-07amdgpu/dc: fix non-ansi function decls.Dave Airlie1-2/+2
2017-10-21drm/amd/display: rename transform to dpp for dcnYue Hin Lau1-0/+1
2017-10-06amdgpu/dc: use kref for dc_plane_state.Dave Airlie1-10/+10
2017-10-06amdgpu/dc: convert dc_gamma to kref reference counting.Dave Airlie1-10/+9
2017-10-06amdgpu/dc: convert dc_transfer to use a kref.Dave Airlie1-8/+9
2017-10-06amdgpu/dc: don't memset after kzalloc.Dave Airlie1-2/+0
2017-09-29amdgpu: fixup construct to void paths on some more dc objects.Dave Airlie1-12/+3
2017-09-28drm/amd/display: Use kernel alloc/freeHarry Wentland1-7/+8
2017-09-26drm/amd/display: Rename dc validate_context and current_contextJerry Zuo1-2/+2
2017-09-26drm/amd/display: Flattening core_dc to dcBhawanpreet Lakha1-5/+5
2017-09-26drm/amd/display: Use atomic types for ref_countJerry Zuo1-18/+18
2017-09-26drm/amd/display: Rename more dc_surface stuff to plane_stateHarry Wentland1-37/+37
2017-09-26drm/amd/display: Rename dc_surface to dc_plane_stateHarry Wentland1-8/+8
2017-09-26drm/amd/display: Roll core_gamma into dc_gammaHarry Wentland1-13/+9
2017-09-26drm/amd/display: Roll gamma struct into core_gammaHarry Wentland1-17/+4
2017-09-26drm/amd/display: Roll core_surface into dc_surfaceHarry Wentland1-25/+19
2017-09-26drm/amd/display: Roll surface struct into core_surfaceHarry Wentland1-23/+14
2017-09-26drm/amd/display: Flattening to dc_transfer_funcLeo (Sunpeng) Li1-15/+4
2017-09-26drm/amd/display: decouple resource_pool from resource_contextTony Cheng1-2/+1
2017-09-26drm/amd/display: Fix warnings in DCHarry Wentland1-1/+1
2017-09-26drm/amd/display: clean up redundant logicTony Cheng1-15/+8
2017-09-26drm/amd/display: Set gamma to NULL at releaseYongqiang Sun1-4/+5
2017-09-26drm/amd/display: DAL3: HDR10 Infoframe encodingAndrew Wong1-0/+2
2017-09-26drm/amd/display: Add refcount debug assertAndrey Grodzovsky1-3/+11
2017-09-26drm/amd/display: reset transfer_func to NULL on releaseYongqiang Sun1-2/+6
2017-09-26drm/amd/display: Refactor output transfer function to streamAnthony Koo1-5/+1
2017-09-26drm/amd/display: Add in/out transfer functions to DCAnthony Koo1-18/+46
2017-09-26drm/amd/display: Fix Gamma AdjustmentAmy Zhang1-1/+2
2017-09-26drm/amd/dc: Add dc display driver (v2)Harry Wentland1-0/+213