aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display/intel_fb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-03drm/i915/display: stop including i915_drv.h from intel_display_types.hJani Nikula1-0/+1
2021-12-03drm/i915/fb: move intel_fb_uses_dpt to intel_fb.c and un-inlineJani Nikula1-0/+10
2021-11-24Revert "drm/i915/dg2: Tile 4 plane format support"Stanislav Lisovskiy1-9/+0
2021-11-23drm/i915/dg2: Tile 4 plane format supportStanislav Lisovskiy1-0/+9
2021-11-02drm/i915/adlp/fb: Remove restriction on CCS AUX plane stridesImre Deak1-43/+24
2021-11-02drm/i915/adlp/fb: Remove restriction on semiplanar UV plane offsetImre Deak1-0/+1
2021-11-02drm/i915/fb: Rename i915_color_plane_view::stride to mapping_strideImre Deak1-12/+13
2021-11-02drm/i915/adlp/fb: Fix remapping of linear CCS AUX surfacesImre Deak1-27/+80
2021-11-02drm/i915/fb: Fix rounding error in subsampled plane size calculationImre Deak1-2/+2
2021-10-29drm/i915/fb: Fold modifier CCS type/tiling attribute to plane capsImre Deak1-41/+47
2021-10-29drm/i915/fb: Don't store bitmasks in the intel_plane_caps enumImre Deak1-2/+2
2021-10-21drm/i915: Add functions to check for RC CCS CC and MC CCS modifiersImre Deak1-0/+24
2021-10-21drm/i915: Move is_ccs_modifier() to intel_fb.cImre Deak1-8/+21
2021-10-21drm/i915: Add a platform independent way to check for CCS AUX planesImre Deak1-20/+62
2021-10-21drm/i915: Handle CCS CC planes separately from CCS AUX planesImre Deak1-2/+4
2021-10-21drm/i915: Add a platform independent way to get the RC CCS CC planeImre Deak1-2/+23
2021-10-21drm/i915: Move intel_format_info_is_yuv_semiplanar() to intel_fb.cImre Deak1-0/+30
2021-10-21drm/i915: Unexport is_semiplanar_uv_plane()Imre Deak1-1/+1
2021-10-21drm/i915: Add tiling attribute to the modifier descriptorImre Deak1-12/+21
2021-10-21drm/i915: Move intel_get_format_info() to intel_fb.cImre Deak1-0/+153
2021-10-21drm/i915: Add a table with a descriptor for all i915 modifiersImre Deak1-0/+144
2021-09-23drm/i915/adlp: Add support for remapping CCS FBsImre Deak1-39/+54
2021-09-23drm/i915: Follow a new->old platform check order in intel_fb_stride_alignmentImre Deak1-8/+8
2021-09-23drm/i915/adlp: Require always a power-of-two sized CCS surface strideImre Deak1-4/+30
2021-09-23drm/i915: Use tile block based dimensions for CCS origin x, y checkImre Deak1-5/+25
2021-08-24drm/i915/fb: move user framebuffer stuff to intel_fb.cJani Nikula1-0/+354
2021-08-24drm/i915/fb: move intel_surf_alignment() to intel_fb.cJani Nikula1-0/+64
2021-08-24drm/i915/fb: move intel_fb_align_height() to intel_fb.cJani Nikula1-0/+9
2021-08-24drm/i915/fb: move intel_tile_width_bytes() to intel_fb.cJani Nikula1-0/+54
2021-05-25drm/i915/adlp: Require DPT FB CCS color planes to be 2MB alignedImre Deak1-2/+11
2021-05-07drm/i915/adl_p: Enable remapping to pad DPT FB strides to POTImre Deak1-2/+5
2021-05-07drm/i915/adl_p: Require a minimum of 8 tiles stride for DPT FBsImre Deak1-1/+5
2021-05-07drm/i915/adl_p: Disable support for 90/270 FB rotationImre Deak1-5/+19
2021-05-04drm/i915: Pass intel_framebuffer instad of drm_framebuffer to intel_fill_fb_info()Imre Deak1-32/+31
2021-04-26drm/i915: Simplify CCS and UV plane alignment handlingImre Deak1-8/+0
2021-04-14drm/i915/display: rename display version macrosLucas De Marchi1-1/+1
2021-03-29drm/i915: Add support for FBs requiring a POT stride alignmentImre Deak1-8/+42
2021-03-29drm/i915: s/stride/src_stride/ in the intel_remapped_plane_info structImre Deak1-4/+4
2021-03-29drm/i915: Shrink the size of intel_remapped_plane_info structImre Deak1-4/+11
2021-03-29drm/i915/intel_fb: Factor out calc_plane_remap_info()Imre Deak1-126/+77
2021-03-29drm/i915: Simplify copying the FB view state to the plane stateImre Deak1-36/+23
2021-03-29drm/i915: Store the normal view FB pitch in FB's intel_fb_viewImre Deak1-3/+6
2021-03-29drm/i915: Unify the FB and plane state view information into one structImre Deak1-33/+33
2021-03-29drm/i915/intel_fb: Factor out calc_plane_normal_size()Imre Deak1-21/+76
2021-03-29drm/i915/intel_fb: Factor out calc_plane_aligned_offset()Imre Deak1-9/+16
2021-03-29drm/i915/intel_fb: Factor out convert_plane_offset_to_xy()Imre Deak1-28/+41
2021-03-29drm/i915/intel_fb: s/dev_priv/i915/Imre Deak1-33/+33
2021-03-29drm/i915/intel_fb: Unexport intel_fb_check_stride()Imre Deak1-1/+1
2021-03-29drm/i915/intel_fb: Pull FB plane functions from intel_display.cImre Deak1-0/+807
2021-03-29drm/i915/intel_fb: Pull FB plane functions from intel_sprite.cImre Deak1-0/+32