aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2022-04-20drm/radeon: Use TTM builtin resource manager debugfs codeZack Rusin1-30/+6
2022-04-20drm/qxl: Use TTM builtin resource manager debugfs codeZack Rusin1-33/+6
2022-04-20drm/amdgpu: Use TTM builtin resource manager debugfs codeZack Rusin1-70/+16
2022-04-20drm/vmwgfx: Add debugfs entries for various ttm resource managersZack Rusin1-0/+18
2022-04-20drm/ttm: Add common debugfs code for resource managersZack Rusin1-0/+34
2022-04-20drm/i915: Fixup merge of the power well refactor patchsetImre Deak1-17/+3
2022-04-20drm/i915: Remove the XELPD specific AUX and DDI power domainsImre Deak3-38/+11
2022-04-20drm/i915: Remove duplicate DDI/AUX power domain mappingsImre Deak1-58/+31
2022-04-20drm/i915: Remove the ICL specific TBT power domainsImre Deak3-21/+9
2022-04-20drm/i915: Remove the aliasing of power domain enum valuesImre Deak2-43/+67
2022-04-20drm/i915: Sanitize the port -> DDI/AUX power domain mapping for each platformImre Deak8-89/+235
2022-04-20drm/i915: Sanitize the ADL-S power well definitionImre Deak1-30/+39
2022-04-20drm/i915: Simplify the DG1 power well descriptorsImre Deak1-17/+7
2022-04-20drm/i915: Allow platforms to share power well descriptorsImre Deak1-159/+122
2022-04-20drm/i915: Simplify power well definitions by adding power well instancesImre Deak3-1124/+499
2022-04-20drm/i915: Convert the u64 power well domains mask to a bitmapImre Deak6-88/+116
2022-04-20drm/i915: Convert the power well descriptor domain mask to an array of domainsImre Deak4-673/+742
2022-04-20drm/i915: Sanitize the power well namesImre Deak1-127/+127
2022-04-20drm/i915: Rename the power domain names to end with pipes/portsImre Deak6-205/+205
2022-04-20drm/i915: Move the HSW power well flags to a common bitfieldImre Deak3-103/+104
2022-04-20drm/i915: Move the dg2 fixed_enable_delay power well param to a common bitfieldImre Deak3-15/+14
2022-04-20drm/i915: Move the power domain->well mappings to intel_display_power_map.cImre Deak4-2257/+2168
2022-04-20drm/i915: Unexport the for_each_power_well() macrosImre Deak3-20/+20
2022-04-20drm/i915: Move per-platform power well hooks to intel_display_power_well.cImre Deak6-1787/+1835
2022-04-20drm/i915/dg2: Add workaround 18019627453José Roberto de Souza1-0/+4
2022-04-20drm/solomon: Add SSD130x OLED displays SPI supportJavier Martinez Canillas3-0/+188
2022-04-20drm/solomon: Move device info from ssd130x-i2c to the core driverJavier Martinez Canillas3-45/+56
2022-04-20drm/solomon: Add ssd130x new compatible strings and deprecate old ones.Javier Martinez Canillas1-1/+18
2022-04-20drm/i915/display: Add workaround 22014263786José Roberto de Souza2-0/+10
2022-04-20drm/i915: Program i830 DPLL FP register laterVille Syrjälä1-3/+3
2022-04-20drm/i915: program wm blocks to at least blocks required per lineVinod Govindapillai1-0/+19
2022-04-20drm/i915: Fix DISP_POS_Y and DISP_HEIGHT definesHans de Goede1-2/+2
2022-04-20drm/vc4: Fix build error when CONFIG_DRM_VC4=y && CONFIG_RASPBERRYPI_FIRMWARE=mZheng Bin1-0/+3
2022-04-20drm/panel/raspberrypi-touchscreen: Initialise the bridge in prepareDave Stevenson1-2/+9
2022-04-20drm/panel/raspberrypi-touchscreen: Avoid NULL deref if not initialisedDave Stevenson1-1/+1
2022-04-20drm/gma500: fix a potential repeat execution in psb_driver_loadXiaomeng Tong1-3/+2
2022-04-20drm/i915/display/psr: Unset enable_psr2_sel_fetch if other checks in intel_psr2_config_valid() failsJosé Roberto de Souza1-17/+21
2022-04-19drm/i915/rpl-p: Add PCI IDsMatt Atwood4-8/+17
2022-04-19drm/i915/dg2: Enable Wa_22012727170/Wa_22012727685John Harrison2-0/+9
2022-04-19drm/i915/dg2: Enable Wa_14014475959 - RCS / CCS context exitMatthew Brost6-0/+65
2022-04-19drm/i915/guc: Apply Wa_16011777198Vinay Belgaumkar2-0/+6
2022-04-19drm/i915/guc: Enable GuC based workarounds for DG2John Harrison2-0/+16
2022-04-19drm/i915/guc: Enable Wa_22011802037 for gen12 GuC based platformsUmesh Nerlige Ramappa6-8/+116
2022-04-19drm/i915: Add Wa_22011802037 force cs haltTilak Tangudu2-0/+10
2022-04-19drm/radeon/kms: change evergreen_default_state table from global to staticTom Rix3-309/+274
2022-04-19drm/amd/display: add virtual_setup_stream_attribute decl to headerTom Rix1-0/+1
2022-04-19drm/amd/pm: fix double free in si_parse_power_table()Keita Suzuki1-5/+3
2022-04-19drm/amd/display: make hubp1_wait_pipe_read_start() staticTales Lelo da Aparecida2-2/+1
2022-04-19amdgpu/pm: Clarify documentation of error handling in send_smc_mesgDarren Powell1-3/+5
2022-04-19drm/amdgpu/pm: fix the null pointer while the smu is disabledHuang Rui1-1/+1