aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-01-25drm/i915/sdvo: Only use "presence detect" for has_audio readoutVille Syrjälä1-3/+1
2023-01-25drm/i915/sdvo: Precompute the ELDVille Syrjälä1-7/+5
2023-01-25drm/i915/audio: Hardware ELD readoutVille Syrjälä5-0/+64
2023-01-25drm/i915/audio: Don't enable audio with bogus ELDVille Syrjälä1-1/+3
2023-01-25drm/i915/audio: Precompute the ELDVille Syrjälä6-22/+45
2023-01-25drm/i915/audio: Introduce a struct for the acomp audio stateVille Syrjälä3-52/+65
2023-01-25drm/i915/audio: Don't program the hardware ELD buffer on hsw+Ville Syrjälä1-33/+4
2023-01-25drm/i915/audio: Don't program the hardware ELD buffer on ilk+Ville Syrjälä1-35/+4
2023-01-25Merge drm/drm-next into drm-intel-nextJani Nikula869-33340/+33753
2023-01-25Merge tag 'drm-misc-next-2023-01-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie48-302/+9317
2023-01-25Merge tag 'amd-drm-next-6.3-2023-01-20' of https://gitlab.freedesktop.org/agd...Dave Airlie162-7459/+9020
2023-01-24drm/i915/dmc: Use unversioned path for ADLPGustavo Sousa1-2/+6
2023-01-24drm/i915/dmc: Prepare to use unversioned pathsGustavo Sousa1-16/+46
2023-01-24Merge tag 'drm-misc-next-2023-01-19' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter189-18850/+701
2023-01-24Merge tag 'drm-intel-gt-next-2023-01-18' of git://anongit.freedesktop.org/drm...Daniel Vetter127-952/+2661
2023-01-24drm/i915: update src and dst scaler limits for display ver 12 and 13Luca Coelho1-1/+10
2023-01-24drm/ssd130x: Silence a `dubious: x & !y` warningJavier Martinez Canillas1-2/+9
2023-01-24fbdev: Remove unused struct fb_deferred_io .first_io fieldJavier Martinez Canillas1-4/+0
2023-01-23drm/format-helper: Support the AB24/XB24 formatsThierry Reding1-0/+66
2023-01-23drm/simpledrm: Add support for system memory framebuffersThierry Reding1-24/+75
2023-01-23drm/simpledrm: Use struct iosys_map consistentlyThierry Reding1-6/+7
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 Nikula2-11/+37
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-22drm/panel: Add driver for the AUO A030JTN01 TFT LCDChristophe Branchereau3-0/+317
2023-01-20drm/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-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-19drm/amd/display: remove duplicate included header filesye xingchen1-1/+0
2023-01-19drm/amdgpu: return the PCIe gen and lanes from the INFO ioctlMarek Olšák2-2/+15
2023-01-19drm/amdgpu: print bo inode number instead of ptrPierre-Eric Pelloux-Prayer1-2/+2
2023-01-19drm/amdgpu: retire unused get_umc_v6_7_channel_indexTao Zhou1-7/+0
2023-01-19drm/amdgpu: Optimize sdma ras block initialization code for sdma v4_0YiPeng Chai1-16/+5
2023-01-19drm/amd/display: fix hdmi_encoded_link_bw definitionArnd Bergmann1-6/+0
2023-01-19drm/amd/display: fix dp_retrieve_lttpr_cap() return valueArnd Bergmann1-3/+3
2023-01-19drm/amdgpu: Add sdma ras function on sdma v6_0_3YiPeng Chai3-0/+60
2023-01-19drm/amd/display: disable S/G display on DCN 3.1.4Alex Deucher1-1/+0
2023-01-19drm/amd/display: disable S/G display on DCN 3.1.5Alex Deucher1-1/+0
2023-01-19drm/amd: decrease message about missing PSP runtime database to debugMario Limonciello1-1/+1
2023-01-19drm/amd/display: Decrease messaging about DP alt mode state to debugMario Limonciello1-1/+1