summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-02-19drm/i915: remove intel_gvt_mmio_info::{device, addr_range}Jiri Slaby (SUSE)1-2/+0
2024-02-19drm/i915: remove intel_gvt_gtt::{mm_alloc_page_table, mm_free_page_table}Jiri Slaby (SUSE)1-2/+0
2024-02-19drm/i915: remove intel_dsi::{port_bits,hs}Jiri Slaby (SUSE)1-4/+0
2024-02-19drm/i915: remove structs intel_vgpu_pipe_format and intel_vgpu_fb_formatJiri Slaby (SUSE)1-11/+0
2024-02-19drm/i915: remove unused intel_dvo_dev_ops hooksJiri Slaby (SUSE)1-25/+0
2024-02-16drm/i915/cdclk: Document CDCLK update methodsVille Syrjälä1-0/+9
2024-02-16drm/i915/cdclk: Remove the hardcoded divider from cdclk_compute_crawl_and_squ...Ville Syrjälä1-2/+16
2024-02-16drm/i915/cdclk: Squash waveform is 16 bitsVille Syrjälä1-1/+1
2024-02-16drm/i915/cdclk: Extract cdclk_divider()Ville Syrjälä1-14/+17
2024-02-15drm/i915: Enable fastboot across the boardVille Syrjälä1-22/+0
2024-02-15drm/i915: Add PLL .compare_hw_state() vfuncVille Syrjälä3-35/+141
2024-02-15drm/i915: Reuse ibx_dump_hw_state() for gmch platformsVille Syrjälä1-7/+1
2024-02-15drm/i915: Include the CRTC name in the ELD buffer mismatchVille Syrjälä1-5/+9
2024-02-15drm/i915: Fix PLL state check for gmch platformsVille Syrjälä1-1/+3
2024-02-14drm/i915/display: update pll values in sync with Bspec for MTLRavi Kumar Vodapalli1-16/+16
2024-02-13drm/i915: Prevent HW access during init from connector get_modes hooksImre Deak4-0/+16
2024-02-13drm/i915: Prevent HW access during init from SDVO TV get_modes hookImre Deak1-0/+3
2024-02-13drm/i915: Add bigjoiner force enable option to debugfsStanislav Lisovskiy3-1/+52
2024-02-09drm/i915/dvo: Use sizeof(*variable) instead of sizeof(type)Ville Syrjälä6-6/+6
2024-02-09drm/i915/dvo/ns2501: Nuke pointless castsVille Syrjälä1-2/+2
2024-02-09drm/i915/wm: Use per-device debugs ilk wm codeVille Syrjälä1-11/+15
2024-02-09drm/i915/wm: Use per-device debugs in pre-ilk wm codeVille Syrjälä1-11/+17
2024-02-09drm/i915/wm: Pass the whole i915 to intel_get_cxsr_latency()Ville Syrjälä1-17/+10
2024-02-09drm/i915/hdcp: Use per-device debugsVille Syrjälä1-4/+8
2024-02-09drm/i915/bios: Use per-device debugs for VBT related stuffVille Syrjälä3-37/+45
2024-02-09drm/i915/bios: Switch to kms debugsVille Syrjälä1-5/+5
2024-02-09drm/i915/fb: Use per-device debugsVille Syrjälä1-3/+4
2024-02-09drm/i915/color: Use per-device debugsVille Syrjälä1-5/+6
2024-02-09drm/i915/sdvo: Fix up code alignmentVille Syrjälä1-52/+52
2024-02-09drm/i915/sdvo: Convert to per-device debugsVille Syrjälä1-47/+66
2024-02-09drm/i915: Correct for_each_old_global_obj_in_state() argumentsVille Syrjälä1-2/+2
2024-02-09drm/i915/dp: Limit SST link rate to <=8.1GbpsVille Syrjälä1-0/+3
2024-02-08drm/i915/dsc: Fix the macro that calculates DSCC_/DSCA_ PPS reg addressManasi Navare1-2/+2
2024-02-08drm/i915/display: On Xe2 always enable decompression with tile4Juha-Pekka Heikkila1-0/+5
2024-02-07drm/i915/alpm: Alpm aux wake configuration for lnlJouni Högander1-0/+17
2024-02-07drm/i915/alpm: Calculate ALPM Entry checkJouni Högander2-0/+32
2024-02-07drm/i915/psr: Add alpm_parameters structJouni Högander2-15/+21
2024-02-07drm/i915/alpm: Add ALPM register definitionsJouni Högander1-0/+57
2024-02-07drm/i915: Annotate more of the BIOS fb takeover failure pathsVille Syrjälä1-2/+7
2024-02-07drm/i915: Try to relocate the BIOS fb to the start of ggttVille Syrjälä8-2/+129
2024-02-07drm/i915: Tweak BIOS fb reuse checkVille Syrjälä2-28/+35
2024-02-07drm/i915/fbdev: Fix smem_start for LMEMBAR stolen objectsVille Syrjälä1-1/+2
2024-02-07drm/i915: Simplify intel_initial_plane_config() calling conventionVille Syrjälä4-42/+49
2024-02-07drm/i915: Split the smem and lmem plane readout apartVille Syrjälä2-51/+94
2024-02-07drm/i915: s/phys_base/dma_addr/Ville Syrjälä1-7/+8
2024-02-07drm/i915: Fix MTL initial plane readoutVille Syrjälä1-7/+18
2024-02-07drm/i915: Fix region start during initial plane readoutVille Syrjälä1-3/+5
2024-02-07drm/i915: Fix PTE decode during initial plane readoutVille Syrjälä1-1/+1
2024-02-07drm/i915: Rename the DSM/GSM registersVille Syrjälä4-7/+8
2024-02-07drm/i915: Disable the "binder"Ville Syrjälä1-1/+2