summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-23drm/simpledrm: Use struct iosys_map consistentlyThierry Reding1-6/+7
2023-01-23dt-bindings: reserved-memory: Support framebuffer reserved memoryThierry Reding1-0/+52
2023-01-23dt-bindings: display: simple-framebuffer: Document 32-bit BGR formatThierry Reding1-0/+2
2023-01-23dt-bindings: display: simple-framebuffer: Support system memory framebuffersThierry Reding1-0/+5
2023-01-23drm/edid: remove redundant _drm_connector_update_edid_property()Jani Nikula1-20/+1
2023-01-23drm/edid: add separate drm_edid_connector_add_modes()Jani Nikula3-11/+39
2023-01-23drm/edid: refactor _drm_edid_connector_update() and renameJani Nikula1-13/+12
2023-01-23drm/edid: split HDMI VSDB info and mode parsingJani Nikula1-3/+10
2023-01-23drm/bridge: fsl-ldb: Add i.MX93 LDB supportLiu Ying1-9/+48
2023-01-23dt-bindings: display: bridge: ldb: Add i.MX93 LDBLiu Ying1-1/+15
2023-01-22drm/panel: Add driver for the AUO A030JTN01 TFT LCDChristophe Branchereau3-0/+317
2023-01-22dt-bindings: display/panel: Add AUO A030JTN01Paul Cercueil1-0/+60
2023-01-21drm/i915: Enable a PIPEDMC whenever its corresponding pipe is enabledImre Deak5-1/+46
2023-01-20drm/i915/debugfs: Get rid of single use macros.Rodrigo Vivi1-5/+2
2023-01-20drm: exynos: dsi: Properly name HSA/HBP/HFP/HSE bitsJagan Teki1-8/+25
2023-01-20drm: exynos: dsi: Fix MIPI_DSI*_NO_* mode flagsJagan Teki4-8/+9
2023-01-20MAINTAINERS: Add Sumit Semwal and Yongqin Liu as reviwers for kirin DRM driverJohn Stultz1-1/+3
2023-01-20drm/i915: move GT_FREQUENCY_MULTIPLIER and GEN9_FREQ_SCALER to intel_rps.hJani Nikula2-3/+3
2023-01-20drm/i915: move I915_COLOR_UNEVICTABLE to i915_gem_gtt.hJani Nikula2-2/+2
2023-01-20drm/i915: move I915_GEM_GPU_DOMAINS to i915_gem.hJani Nikula2-7/+7
2023-01-20drm/i915: move a few HAS_ macros closer to their placeJani Nikula1-5/+3
2023-01-20drm/i915: drop a number of unnecessary forward declarationsJani Nikula1-7/+0
2023-01-20drm/i915: move I915_IDLE_ENGINES_TIMEOUT next to its only userJani Nikula2-2/+3
2023-01-20drm/i915: add i915_config.h and move relevant declarations thereJani Nikula6-10/+30
2023-01-20Documentation/gpu: update dGPU asic info tableAlex Deucher1-0/+2
2023-01-20drm/amd/display: remove duplicate included header filesye xingchen1-1/+0
2023-01-20drm/amdgpu: return the PCIe gen and lanes from the INFO ioctlMarek Olšák3-4/+19
2023-01-20drm/amdgpu: print bo inode number instead of ptrPierre-Eric Pelloux-Prayer1-2/+2
2023-01-20drm/amdgpu: retire unused get_umc_v6_7_channel_indexTao Zhou1-7/+0
2023-01-20drm/amdgpu: Optimize sdma ras block initialization code for sdma v4_0YiPeng Chai1-16/+5
2023-01-20drm/amd/display: fix hdmi_encoded_link_bw definitionArnd Bergmann1-6/+0
2023-01-20drm/amd/display: fix dp_retrieve_lttpr_cap() return valueArnd Bergmann1-3/+3
2023-01-20drm/amdgpu: Add sdma ras function on sdma v6_0_3YiPeng Chai3-0/+60
2023-01-20drm/amd/display: disable S/G display on DCN 3.1.4Alex Deucher1-1/+0
2023-01-20drm/amd/display: disable S/G display on DCN 3.1.5Alex Deucher1-1/+0
2023-01-20drm/amd: decrease message about missing PSP runtime database to debugMario Limonciello1-1/+1
2023-01-20drm/amd/display: Decrease messaging about DP alt mode state to debugMario Limonciello1-1/+1
2023-01-20drm/amdgpu/vcn4: fail to schedule IB for AV1 if VCN0 is harvestedAlex Deucher1-0/+4
2023-01-20drm/amdgpu/soc21: don't expose AV1 if VCN0 is harvestedAlex Deucher1-13/+48
2023-01-20drm/amdgpu/vcn3: fail to schedule IB for AV1 if VCN0 is harvestedAlex Deucher1-0/+4
2023-01-20drm/amdgpu/nv: don't expose AV1 if VCN0 is harvestedAlex Deucher1-20/+81
2023-01-20Documentation/gpu: Add Raphael to apu-asic-info-tableMario Limonciello1-0/+1
2023-01-20Documentation/gpu: Add Mendocino to apu-asic-info-tableMario Limonciello1-0/+1
2023-01-20Documentation/gpu: Update lines for GREEN_SARDINE and YELLOW_CARPMario Limonciello1-2/+2
2023-01-20Documentation/gpu: Add MP0 version to apu-asic-info-tableMario Limonciello2-9/+9
2023-01-19drm/panel: vtdr6130: fix unused ret in visionox_vtdr6130_bl_update_statusNeil Armstrong1-6/+1
2023-01-19drm/edid: move EDID BPC quirk application to update_display_info()Jani Nikula1-13/+13
2023-01-19drm/edid: merge ELD handling to update_display_info()Jani Nikula1-15/+13
2023-01-19drm/edid: stop passing quirks aroundJani Nikula1-19/+15
2023-01-19drm/edid: store quirks in display infoJani Nikula2-21/+26