Age | Commit message (Expand) | Author |
2021-08-30 | drm/i915/display: Renaming DRRS functions to intel_drrs_*() | José Roberto de Souza |
2021-08-30 | drm/i915/display: Move DRRS code its own file | José Roberto de Souza |
2021-08-30 | drm/i915/display: Drop PSR support from HSW and BDW | José Roberto de Souza |
2021-08-30 | drm/i915/dg2: UHBR tables added for pll programming | Animesh Manna |
2021-08-30 | drm/i915: remove unused i915->active_pipes | Jani Nikula |
2021-08-27 | drm/i915/fdi: convert BUG()'s to MISSING_CASE() | Jani Nikula |
2021-08-27 | drm/i915/fdi: move fdi mphy reset and programming to intel_fdi.c | Jani Nikula |
2021-08-27 | drm/i915/fdi: move more FDI stuff to FDI link train hooks | Jani Nikula |
2021-08-27 | drm/i915/fdi: move fdi bc bifurcation functions to intel_fdi.c | Jani Nikula |
2021-08-27 | drm/i915/fdi: move intel_update_fdi_pll_freq to intel_fdi.c | Jani Nikula |
2021-08-26 | Merge tag 'drm-misc-intel-oob-hotplug-v1' of git://git.kernel.org/pub/scm/lin... | Rodrigo Vivi |
2021-08-26 | drm/i915/snps: constify struct intel_mpllb_state arrays harder | Jani Nikula |
2021-08-26 | drm/i915/panel: mass rename functions to have intel_panel_ prefix | Jani Nikula |
2021-08-26 | drm/i915/backlight: mass rename functions to have intel_backlight_ prefix | Jani Nikula |
2021-08-26 | drm/i915/backlight: extract backlight code to a separate file | Jani Nikula |
2021-08-25 | drm/i915/dg2: Memory latency values from pcode must be doubled | Matt Roper |
2021-08-25 | drm/i915: Nuke intel_prepare_shared_dpll() | Ville Syrjälä |
2021-08-25 | drm/i915: Fold ibx_pch_dpll_prepare() into ibx_pch_dpll_enable() | Ville Syrjälä |
2021-08-25 | drm/i915: Fold i9xx_set_pll_dividers() into i9xx_enable_pll() | Ville Syrjälä |
2021-08-25 | drm/i915: Reuse ilk_needs_fb_cb_tune() for the reduced clock as well | Ville Syrjälä |
2021-08-25 | drm/i915: Call {vlv,chv}_prepare_pll() from {vlv,chv}_enable_pll() | Ville Syrjälä |
2021-08-25 | drm/i915: Program DPLL P1 dividers consistently | Ville Syrjälä |
2021-08-25 | drm/i915: Remove the 'reg' local variable | Ville Syrjälä |
2021-08-25 | drm/i915: Clean up variable names in old dpll functions | Ville Syrjälä |
2021-08-25 | drm/i915: Clean dpll calling convention | Ville Syrjälä |
2021-08-25 | drm/i915: Constify struct dpll all over | Ville Syrjälä |
2021-08-25 | drm/i915: Extract ilk_update_pll_dividers() | Ville Syrjälä |
2021-08-25 | drm/i915: Clean up gen2 DPLL readout | Ville Syrjälä |
2021-08-25 | drm/i915: Set output_types to EDP for vlv/chv DPLL forcing | Ville Syrjälä |
2021-08-25 | drm/i915: Silence __iomem sparse warn | Ville Syrjälä |
2021-08-24 | drm/i915/fb: move user framebuffer stuff to intel_fb.c | Jani Nikula |
2021-08-24 | drm/i915/fb: move intel_surf_alignment() to intel_fb.c | Jani Nikula |
2021-08-24 | drm/i915/fb: move intel_fb_align_height() to intel_fb.c | Jani Nikula |
2021-08-24 | drm/i915/fb: move intel_tile_width_bytes() to intel_fb.c | Jani Nikula |
2021-08-24 | drm/i915: add HAS_ASYNC_FLIPS feature macro | Jani Nikula |
2021-08-24 | drm/i915/display: split out dpt out of intel_display.c | Jani Nikula |
2021-08-24 | drm/i915/fdi: make intel_fdi_link_freq() return int | Jani Nikula |
2021-08-24 | drm/i915/dp: Drop redundant debug print | Swati Sharma |
2021-08-24 | drm/i915/dp: add max data rate calculation for UHBR rates | Jani Nikula |
2021-08-24 | drm/i915/dg2: add DG2 UHBR source rates | Jani Nikula |
2021-08-24 | drm/i915/dg2: add TRANS_DP2_VFREQHIGH and TRANS_DP2_VFREQLOW | Jani Nikula |
2021-08-24 | drm/i915/dg2: add TRANS_DP2_CTL register definition | Jani Nikula |
2021-08-24 | drm/i915/dp: read sink UHBR rates | Jani Nikula |
2021-08-24 | drm/i915/dp: use actual link rate values in struct link_config_limits | Jani Nikula |
2021-08-20 | drm/i915/dp: Use max params for panels < eDP 1.4 | Kai-Heng Feng |
2021-08-20 | drm/i915/fbc: Polish the skl+ FBC stride override handling | Ville Syrjälä |
2021-08-20 | drm/i915/fbc: Move the "recompress on activate" to a central place | Ville Syrjälä |
2021-08-20 | drm/i915/fbc: Extract intel_fbc_update() | Ville Syrjälä |
2021-08-20 | drm/i915/fbc: Rewrite the FBC tiling check a bit | Ville Syrjälä |
2021-08-20 | drm/connector: Add support for out-of-band hotplug notification (v3) | Hans de Goede |