summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2017-09-29amdgpu/dc: make opp construct void.Dave Airlie-39/+17
2017-09-29amdgpu/dc: make link encoder construct void.Dave Airlie-86/+44
2017-09-29amdgpu/dc: make stream encoder constructor return void.Dave Airlie-58/+26
2017-09-29amdgpu/dc: make timing generator constructor return void.Dave Airlie-26/+8
2017-09-29amdgpu/dc: constify a bunch of dc structs.Dave Airlie-8/+8
2017-09-29amdgpu/dm: constify rgb formats.Dave Airlie-1/+1
2017-09-29amdgpu/dm: constify plane type.Dave Airlie-4/+4
2017-09-29amdgpu/dm: constify yuv_formats.Dave Airlie-1/+1
2017-09-29amdgpu/dc: static constify update_surface_trace_levelDave Airlie-1/+1
2017-09-29amdgpu/dc: drop dc_ver charDave Airlie-2/+0
2017-09-28drm/amd/display: Remove DWBHarry Wentland-905/+1
2017-09-28amdgpu/dc: remove wait_reg/wait_reg_func interfaces.Dave Airlie-46/+0
2017-09-28amdgpu/dc: don't check for 0 on register read/writes always.Dave Airlie-2/+7
2017-09-28amdgpu/dc: drop dml display_mode_support.c (v2)Dave Airlie-2335/+1
2017-09-28amdgpu/dc: separate out some common code from bios parsers.Dave Airlie-557/+324
2017-09-28amdgpu/dc: drop dml_util_is_420Dave Airlie-34/+0
2017-09-28amdgpu/dc: inline a bunch of the dml wrappers.Dave Airlie-66/+67
2017-09-28amdgpu/dc: inline a bunch of float operations.Dave Airlie-35/+30
2017-09-28amdgpu/dc: drop display_pipe_clocks.c.Dave Airlie-410/+1
2017-09-28amdgpu/dc: move filter taps to being static const data (v2)Dave Airlie-39/+49
2017-09-28amdgpu/dc: add static to construct functionDave Airlie-1/+1
2017-09-28drm/doc: Reference AMD DC todosHarry Wentland-0/+10
2017-09-28drm/amd/display: DC I2C reviewHarry Wentland-15/+10
2017-09-28drm/amd/display: Use kernel alloc/freeHarry Wentland-330/+362
2017-09-28drm/amd: DC pull request reviewDaniel Vetter-0/+31
2017-09-26drm/amdgpu: drop experimental flag for vega10Alex Deucher-9/+9
2017-09-26drm/amd/display: fix pflip irq registor for ravenBhawanpreet Lakha-1/+1
2017-09-26drm/amd/display: don't clean-up bottom pipe plane_stateShirish S-8/+0
2017-09-26drm/amd/display: Remove unused dc_validate_guaranteed functionHarry Wentland-34/+0
2017-09-26drm/amd/display: Reduce DC chattinessHarry Wentland-35/+42
2017-09-26drm/amd/display: Pass log_mask from DMHarry Wentland-38/+42
2017-09-26drm/amdgpu: Add dc_log module parameterHarry Wentland-0/+5
2017-09-26drm/amd/display: Clean Kconfig formattingHarry Wentland-5/+5
2017-09-26drm/amd/display: Update include to bring in line with internal treeHarry Wentland-0/+2
2017-09-26drm/amd/display: Change comments to bring in line with internal treeHarry Wentland-6/+4
2017-09-26drm/amd/display: Format changes to bring in line with internal treeHarry Wentland-6/+5
2017-09-26drm/amd/display: Disable FBC for linear tilingRoman Li-0/+4
2017-09-26drm/amd/display: Update DPP registersVitaly Prosyak-12/+6
2017-09-26drm/amd/display: Create fake sink if needed when commit streamHarry Wentland-1/+30
2017-09-26drm/amd/display: Break out amdgpu_dm_connectorHarry Wentland-103/+146
2017-09-26drm/amd/display: Add 2X Cursor Magnification Codepana-2/+11
2017-09-26drm/amd/display: No need to keep track of unreffed clk sourcesHarry Wentland-52/+16
2017-09-26drm/amd/display: move dwb registers to header fileYue Hin Lau-288/+289
2017-09-26drm/amd/display: remove output_format from ipp_setupEric Bernstein-12/+7
2017-09-26drm/amd/display: Remove switching of clk sources at end of commitHarry Wentland-36/+0
2017-09-26drm/amd/display: Power down clock source at commitHarry Wentland-21/+46
2017-09-26drm/amd/display: Don't reset clock source at unrefHarry Wentland-19/+35
2017-09-26drm/amd/display: seperate dpp_cm_helper functions into new fileYue Hin Lau-155/+330
2017-09-26drm/amd/display: Fix context alloc failed loggingAndrew Jiang-5/+4
2017-09-26drm/amd/display: fix default ditheringTony Cheng-26/+24