summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/core/dc_stream.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-18drm/amd/display: Clean up dynamic metadata logicJulian Parkin1-17/+10
2019-07-18drm/amd/display: Check for valid stream_encodeIlya Bakoulin1-1/+2
2019-07-05drm/amdgpu: Use kmemdup rather than duplicating its implementationFuqian Huang1-3/+1
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher1-0/+3
2019-06-22drm/amd/display: Return UPDATE_TYPE_FULL on writeback updateCharlene Liu1-1/+3
2019-06-22drm/amd/display: Add DSC support for Navi (v2)Harry Wentland1-0/+10
2019-06-21drm/amd/display: Add DC core changes for DCN2Harry Wentland1-0/+185
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-0/+3
2019-06-10drm/amd: drop use of drmp.h in os_types.hSam Ravnborg1-0/+1
2019-06-10drm/amd: drop dependencies on drm_os_linux.hSam Ravnborg1-0/+2
2019-05-31drm/amd/display: assign new stream id in dc_copy_streamWenjing Liu1-0/+3
2019-05-31drm/amd/display: make clk mgr soc specificEric Yang1-1/+1
2019-05-24drm/amd/display: Expose send immediate sdp message interfaceLeo (Hanghong) Ma1-37/+10
2019-05-24drm/amd/display: color space ycbcr709 supportCharlene Liu1-2/+2
2019-04-29drm/amd/display: fix incorrect null check on pointerColin Ian King1-1/+1
2019-04-23drm/amd/display: Allow cursor position when plane_res.ipp is NULLEric Bernstein1-1/+1
2019-04-23drm/amd/display: Add function to copy DC streamsWenjing Liu1-0/+21
2019-04-15drm/amd/display: Handle get crtc position errorDavid Francis1-1/+2
2019-03-21drm/amdgpu/display: fix build when DCN KCONFIG is not setAlex Deucher1-0/+4
2019-03-20drm/amd/display: Expose generic SDP message access interfaceLeo (Hanghong) Ma1-0/+62
2019-03-19drm/amd/display: On DCN1, Wait for vupdate on cursor updatesDavid Francis1-0/+31
2019-01-14drm/amd/display: Fix driver load crash in amdgpu_dmLeo Li1-5/+27
2019-01-14drm/amd/display: Use 100 Hz precision for pipe pixel clocksKen Chalmers1-2/+2
2019-01-14drm/amd/display: add stream ID and otg instance in dc_stream_stateJun Lei1-0/+3
2019-01-14drm/amd/display: remove sink reference in dc_stream_stateJun Lei1-16/+14
2018-11-30drm/amd/display: Start documentation of DCDavid Francis1-1/+1
2018-11-19drm/amd/display: Remove dc_stream_state->statusDavid Francis1-2/+0
2018-11-05drm/amd/display: initialize dc_transfer_func->ctxDavid Francis1-0/+1
2018-08-27drm/amd/display: fix PIP bugs on Dal3Gloria Li1-2/+0
2018-07-16drm/amd/display: Null ptr check for set_sdr_white_levelKrunoslav Kovac1-1/+2
2018-07-16drm/amd/display: Refactor SDR cursor boosting in HDR modeKrunoslav Kovac1-0/+1
2018-07-13drm/amd/display: Convert remaining loggers off dc_loggerNicholas Kazlauskas1-15/+8
2018-05-15drm/amd/display: to synchronize the hubp and dpp programming in cursor controlMartin Tsai1-0/+18
2018-05-15drm/amd/display: Have DC manage its own allocation of gammaAnthony Koo1-2/+4
2018-03-14drm/amd/display: Check for HW blocks in HWSS, rather than DC core for cursorHarry Wentland1-2/+1
2018-02-28drm/amd/display: check for ipp before calling cursor operationsShirish S1-2/+4
2018-02-19drm/amd/display: fix cursor related Pstate hangEric Yang1-64/+4
2018-02-19drm/amd/display: Call update_stream_signal directly from amdgpu_dmHarry Wentland1-1/+1
2018-02-19drm/amd/display: Don't block dual-link DVI modesHarry Wentland1-2/+1
2018-02-19drm/amd/display: Don't allow dual-link DVI on all ASICs.Harry Wentland1-2/+3
2017-12-14drm/amd/display: Cache cursor position.Yongqiang Sun1-0/+2
2017-12-14drm/amd/display: CNVC pseudocode review follow upYue Hin Lau1-1/+1
2017-12-06drm/amd/display: combine output signal and signalEric Yang1-9/+6
2017-11-28drm/amd/display: Fix hubp check in set_cursor_positionHarry Wentland1-5/+4
2017-11-14drm/amd/display: Fix formatting for null pointer dereference fixHarry Wentland1-1/+1
2017-11-07amdgpu/dc: fix indentation warning from smatch.Dave Airlie1-2/+2
2017-11-02drm/amd/display: fix null pointer dereferenceShirish S1-1/+1
2017-10-21drm/amd/display: Don't set cursor address is 0 logging as errorsAndrew Jiang1-1/+1
2017-10-21drm/amd/display: rename transform to dpp for dcnYue Hin Lau1-3/+13
2017-10-21drm/amd/display: add null check for cursor functionsYue Hin Lau1-4/+10