summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display/intel_fb.c
Commit message (Expand)AuthorAgeFilesLines
...
* drm/i915: Simplify copying the FB view state to the plane stateImre Deak2021-03-291-36/+23
* drm/i915: Store the normal view FB pitch in FB's intel_fb_viewImre Deak2021-03-291-3/+6
* drm/i915: Unify the FB and plane state view information into one structImre Deak2021-03-291-33/+33
* drm/i915/intel_fb: Factor out calc_plane_normal_size()Imre Deak2021-03-291-21/+76
* drm/i915/intel_fb: Factor out calc_plane_aligned_offset()Imre Deak2021-03-291-9/+16
* drm/i915/intel_fb: Factor out convert_plane_offset_to_xy()Imre Deak2021-03-291-28/+41
* drm/i915/intel_fb: s/dev_priv/i915/Imre Deak2021-03-291-33/+33
* drm/i915/intel_fb: Unexport intel_fb_check_stride()Imre Deak2021-03-291-1/+1
* drm/i915/intel_fb: Pull FB plane functions from intel_display.cImre Deak2021-03-291-0/+807
* drm/i915/intel_fb: Pull FB plane functions from intel_sprite.cImre Deak2021-03-291-0/+32
* drm/i915/intel_fb: Pull is_surface_linear() from intel_display.c/skl_universa...Imre Deak2021-03-291-0/+6
* drm/i915/intel_fb: Pull FB plane functions from skl_universal_plane.cImre Deak2021-03-291-0/+32
* drm/i915/intel_fb: Pull FB plane functions from intel_display_types.hImre Deak2021-03-291-0/+28