aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-04-17drm/panel: simple: Convert Innolux G121X1-L03 to display_timingMarek Vasut1-13/+13
2024-04-17drm/panel: simple: Add missing Innolux G121X1-L03 format, flags, connectorMarek Vasut1-0/+3
2024-04-17ice: Remove ndo_get_phys_port_nameDariusz Aftanski1-34/+0
2024-04-17ice: Add automatic VF reset on Tx MDD eventsMarcin Szycik3-17/+67
2024-04-17drm/radeon: silence UBSAN warning (v3)Alex Deucher1-5/+5
2024-04-17drm/radeon: make -fstrict-flex-arrays=3 happyAlex Deucher1-2/+6
2024-04-17drm/amdgpu: fix visible VRAM handling during faultsChristian König5-57/+53
2024-04-17drm/amdgpu: validate the parameters of bo mapping operations more clearlyxinhui pan1-26/+46
2024-04-17PCI: Constify pcibus_classHeiner Kallweit1-1/+1
2024-04-17PCI/AER: Update aer-inject tool source URLKuppuswamy Sathyanarayanan2-2/+2
2024-04-17Revert "drm/amd/display: fix USB-C flag update after enc10 feature init"Alex Deucher2-7/+5
2024-04-17drm/amdkfd: Fix memory leak in create_process failureFelix Kuehling1-2/+2
2024-04-17drm/amdgpu: remove invalid resource->start check v2Christian König1-4/+0
2024-04-17null_blk: Simplify null_zone_write()Damien Le Moal1-20/+16
2024-04-17null_blk: Do zone resource management only if necessaryDamien Le Moal1-146/+165
2024-04-17null_blk: Have all null_handle_xxx() return a blk_status_tDamien Le Moal1-10/+8
2024-04-17block: Simplify blk_revalidate_disk_zones() interfaceDamien Le Moal6-6/+6
2024-04-17block: Remove BLK_STS_ZONE_RESOURCEDamien Le Moal1-1/+0
2024-04-17nvmet: zns: Do not reference the gendisk conv_zones_bitmapDamien Le Moal1-7/+3
2024-04-17null_blk: Introduce fua attributeDamien Le Moal2-2/+11
2024-04-17null_blk: Introduce zone_append_max_sectors attributeDamien Le Moal3-4/+27
2024-04-17null_blk: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator featureDamien Le Moal1-1/+0
2024-04-17ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator featureDamien Le Moal1-2/+1
2024-04-17scsi: sd: Use the block layer zone append emulationDamien Le Moal3-352/+10
2024-04-17dm: Use the block layer zone append emulationDamien Le Moal4-459/+93
2024-04-17phy: rockchip: fix CONFIG_TYPEC dependencyArnd Bergmann1-1/+1
2024-04-17phy: rockchip: usbdp: fix uninitialized variableSebastian Reichel1-1/+1
2024-04-17drm/i915: Suck snps/cx0 PLL states into dpll_hw_stateVille Syrjälä6-60/+58
2024-04-17platform/x86/amd/pmc: Extend Framework 13 quirk to more BIOSesMario Limonciello1-0/+9
2024-04-17drm/i915: Unionize dpll_hw_stateVille Syrjälä1-5/+7
2024-04-17drm/i915: Carve up struct intel_dpll_hw_stateVille Syrjälä6-95/+160
2024-04-17drm/i915: Add local DPLL 'hw_state' variablesVille Syrjälä1-46/+56
2024-04-17spi: oc-tiny: Remove unused of_gpio.hAndy Shevchenko1-2/+0
2024-04-17spi: cs42l43: Use devm_add_action_or_reset()Charles Keepax1-8/+4
2024-04-17drm/i915: s/pipe_config/crtc_state/ in legacy PLL codeVille Syrjälä2-18/+18
2024-04-17drm/i915: Drop pointless 'crtc' argument from *_crtc_clock_get()Ville Syrjälä4-22/+16
2024-04-17drm/i915: Modernize i9xx_pll_refclk()Ville Syrjälä1-8/+7
2024-04-17drm/i915: Inline {i9xx,ilk}_update_pll_dividers()Ville Syrjälä1-33/+13
2024-04-17drm/i915: Extract {i9xx,i8xx,ilk,vlv,chv}_dpll()Ville Syrjälä1-33/+68
2024-04-17drm/i915: Extract i965_dpll_md()Ville Syrjälä1-9/+9
2024-04-17drm/i915: Pass the PLL hw_state to pll->enable()Ville Syrjälä1-32/+37
2024-04-17drm/i915: Extract i9xx_dpll_get_hw_state()Ville Syrjälä3-20/+37
2024-04-17drm/i915: Extract ilk_dpll_compute_fp()Ville Syrjälä1-10/+12
2024-04-17drm/i915: Extract ilk_fb_cb_factor()Ville Syrjälä1-15/+17
2024-04-17drm/i915: Introduce some local PLL state variablesVille Syrjälä1-40/+50
2024-04-17drm/i915: Rename PLL hw_state variables/argumentsVille Syrjälä2-114/+115
2024-04-17drm/i915: Use printer for the rest of PLL debugfs dumpVille Syrjälä1-4/+4
2024-04-17drm/i915: Replace hand rolled PLL state dump with intel_dpll_dump_hw_state()Ville Syrjälä1-29/+2
2024-04-17drm/edid: make drm_edid_are_equal() more convenient for its single userJani Nikula1-26/+15
2024-04-17drm/edid: make drm_edid_are_equal() staticJani Nikula1-2/+1