summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/core/dc_surface.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/display: Move all linux includes into OS typesHarry Wentland2022-07-051-2/+0
* drm/amd/display: add Coverage blend mode for overlay planeSung Joon Kim2022-05-261-0/+2
* drm/amd/display/dc/core/dc_surface: Demote kernel-doc abuseLee Jones2021-01-131-1/+1
* drm/amd/display: remove dc context from transfer functionJosip Pavic2020-09-151-6/+1
* drm/amd/display: rename core_dc to dcAnthony Koo2019-12-051-12/+10
* drm/amd/display: cleanup of construct and destruct funcsAnthony Koo2019-11-191-4/+4
* drm/amd/display: Drop CONFIG_DRM_AMD_DC_DCN2_0 and DSC_SUPPORTEDBhawanpreet Lakha2019-11-131-6/+0
* drm/amd/display: Add MPC 3DLUT resource managementVitaly Prosyak2019-07-181-2/+1
* Merge branch 'drm-next' into drm-next-5.3Alex Deucher2019-06-251-0/+2
|\
| * drm/amd: drop use of drmp.h in os_types.hSam Ravnborg2019-06-101-0/+2
* | drm/amd/display: Integrate color transform3x4 with 3dlut tmVitaly Prosyak2019-06-221-0/+10
* | drm/amd/display: Add DC core changes for DCN2Harry Wentland2019-06-211-0/+63
|/
* drm/amd/display: Set flip pending for pipe splitWesley Chalmers2019-03-051-0/+13
* drm/amd/display: Check for NULL when creating gamma structKrunoslav Kovac2019-01-141-3/+6
* drm/amd/display: initialize dc_transfer_func->ctxDavid Francis2018-11-051-0/+1
* drm/amd/display: add missing void parameter to dc_create_transfer_funcColin Ian King2018-07-311-1/+1
* drm/amd/display: Added documentation for some DC interface functionsYasir Al Shekerchi2018-06-151-0/+11
* drm/amd/display: Use kvzalloc for potentially large allocationsMichel Dänzer2018-05-151-7/+7
* drm/amd/display: Have DC manage its own allocation of gammaAnthony Koo2018-05-151-1/+7
* amdgpu/dc: fix non-ansi function decls.Dave Airlie2017-11-071-2/+2
* drm/amd/display: rename transform to dpp for dcnYue Hin Lau2017-10-211-0/+1
* amdgpu/dc: use kref for dc_plane_state.Dave Airlie2017-10-061-10/+10
* amdgpu/dc: convert dc_gamma to kref reference counting.Dave Airlie2017-10-061-10/+9
* amdgpu/dc: convert dc_transfer to use a kref.Dave Airlie2017-10-061-8/+9
* amdgpu/dc: don't memset after kzalloc.Dave Airlie2017-10-061-2/+0
* amdgpu: fixup construct to void paths on some more dc objects.Dave Airlie2017-09-291-12/+3
* drm/amd/display: Use kernel alloc/freeHarry Wentland2017-09-281-7/+8
* drm/amd/display: Rename dc validate_context and current_contextJerry Zuo2017-09-261-2/+2
* drm/amd/display: Flattening core_dc to dcBhawanpreet Lakha2017-09-261-5/+5
* drm/amd/display: Use atomic types for ref_countJerry Zuo2017-09-261-18/+18
* drm/amd/display: Rename more dc_surface stuff to plane_stateHarry Wentland2017-09-261-37/+37
* drm/amd/display: Rename dc_surface to dc_plane_stateHarry Wentland2017-09-261-8/+8
* drm/amd/display: Roll core_gamma into dc_gammaHarry Wentland2017-09-261-13/+9
* drm/amd/display: Roll gamma struct into core_gammaHarry Wentland2017-09-261-17/+4
* drm/amd/display: Roll core_surface into dc_surfaceHarry Wentland2017-09-261-25/+19
* drm/amd/display: Roll surface struct into core_surfaceHarry Wentland2017-09-261-23/+14
* drm/amd/display: Flattening to dc_transfer_funcLeo (Sunpeng) Li2017-09-261-15/+4
* drm/amd/display: decouple resource_pool from resource_contextTony Cheng2017-09-261-2/+1
* drm/amd/display: Fix warnings in DCHarry Wentland2017-09-261-1/+1
* drm/amd/display: clean up redundant logicTony Cheng2017-09-261-15/+8
* drm/amd/display: Set gamma to NULL at releaseYongqiang Sun2017-09-261-4/+5
* drm/amd/display: DAL3: HDR10 Infoframe encodingAndrew Wong2017-09-261-0/+2
* drm/amd/display: Add refcount debug assertAndrey Grodzovsky2017-09-261-3/+11
* drm/amd/display: reset transfer_func to NULL on releaseYongqiang Sun2017-09-261-2/+6
* drm/amd/display: Refactor output transfer function to streamAnthony Koo2017-09-261-5/+1
* drm/amd/display: Add in/out transfer functions to DCAnthony Koo2017-09-261-18/+46
* drm/amd/display: Fix Gamma AdjustmentAmy Zhang2017-09-261-1/+2
* drm/amd/dc: Add dc display driver (v2)Harry Wentland2017-09-261-0/+213