index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_display.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Use intel_ types more consistently for watermark code (v2)
Matt Roper
2018-12-11
1
-19
/
+14
*
drm/i915/icl: fix transcoder state readout
Jani Nikula
2018-12-04
1
-21
/
+31
*
drm/i915: Move display device info capabilities to its own struct
José Roberto de Souza
2018-12-03
1
-2
/
+2
*
drm/i915: Add HAS_DISPLAY() and use it
José Roberto de Souza
2018-12-03
1
-2
/
+2
*
drm/i915/icl: Get pipe timings for DSI
Madhav Chauhan
2018-12-03
1
-1
/
+2
*
drm/i915/icl: Consider DSI for getting transcoder state
Madhav Chauhan
2018-12-03
1
-7
/
+24
*
drm/i915/icl: Calculate DPLL params for DSI
Madhav Chauhan
2018-12-03
1
-1
/
+3
*
drm/i915/icl: push pll to port mapping/unmapping to ddi encoder hooks
Jani Nikula
2018-12-03
1
-6
/
+0
*
drm/i915/dp: Disable DSC in source by disabling DSS CTL bits
Manasi Navare
2018-11-29
1
-0
/
+2
*
drm/i915/dp: Compute DSC pipe config in atomic check
Manasi Navare
2018-11-29
1
-1
/
+1
*
drm/i915: Decouple SKL stride units from intel_fb_stride_alignment()
Ville Syrjälä
2018-11-29
1
-11
/
+17
*
drm/i915: Make sure fb gtt offsets stay within 32bits
Ville Syrjälä
2018-11-29
1
-1
/
+17
*
drm/i915: Commit skl+ planes in an order that avoids ddb overlaps
Ville Syrjälä
2018-11-28
1
-3
/
+4
*
drm/i915: Move ddb/wm programming into plane update/disable hooks on skl+
Ville Syrjälä
2018-11-28
1
-4
/
+12
*
drm/i915: Pass the new crtc_state to ->disable_plane()
Ville Syrjälä
2018-11-28
1
-15
/
+24
*
drm/i915: Introduce crtc_state->update_planes bitmask
Ville Syrjälä
2018-11-28
1
-1
/
+4
*
drm/i915: Reorganize plane register writes to make them more atomic
Ville Syrjälä
2018-11-28
1
-18
/
+22
*
drm/i915: Eliminate the horrendous format check code
Ville Syrjälä
2018-11-22
1
-97
/
+8
*
drm/i915: Add rotation readout for plane initial config
Ville Syrjälä
2018-11-21
1
-0
/
+31
*
drm/i915: Force a LUT update in intel_initial_commit()
Ville Syrjälä
2018-11-21
1
-0
/
+8
*
drm/i915: Move skip_intermediate_wm handling into ilk_compute_intermediate_wm()
Ville Syrjälä
2018-11-13
1
-6
/
+1
*
drm/i915: Account for scale factor when calculating initial phase
Ville Syrjälä
2018-11-13
1
-3
/
+42
*
drm/i915: Clean up the baseline bpp computation
Ville Syrjälä
2018-11-12
1
-18
/
+24
*
drm/i915: Remove pointless goto fail
Ville Syrjälä
2018-11-12
1
-12
/
+9
*
drm/i915: Handle -EDEADLK from ironlake_check_fdi_lanes()
Ville Syrjälä
2018-11-12
1
-0
/
+7
*
drm/i915: Generalize skl_ddb_allocation_overlaps()
Ville Syrjälä
2018-11-09
1
-7
/
+5
*
drm/i915: Sanitize PCH port transcoder select on IBX
Ville Syrjälä
2018-11-09
1
-0
/
+63
*
drm/i915: Keep overlay functions naming consistent
José Roberto de Souza
2018-11-09
1
-1
/
+1
*
drm/i915: Move FBC init and cleanup calls to modeset functions
José Roberto de Souza
2018-11-09
1
-0
/
+4
*
drm/i915: Nuke posting reads from plane update/disable funcs
Ville Syrjälä
2018-11-07
1
-6
/
+0
*
drm/i915/icl: Enable Plane Input CSC for YUV to RGB Conversion
Uma Shankar
2018-11-06
1
-1
/
+4
*
drm/i915: Fix ilk+ watermarks when disabling pipes
Ville Syrjälä
2018-11-05
1
-11
/
+6
*
drm/i915: Allow "max bpc" property to limit pipe_bpp
Radhakrishna Sripada
2018-11-02
1
-21
/
+29
*
drm/i915/icl+: Sanitize port to PLL mapping
Imre Deak
2018-11-02
1
-0
/
+4
*
drm/i915: Enable AUX power earlier
Imre Deak
2018-11-02
1
-0
/
+2
*
drm/i915: Use a helper to get the aux power domain
Imre Deak
2018-11-02
1
-0
/
+22
*
drm/i915: Remove CNL from WA 827
Rodrigo Vivi
2018-11-01
1
-2
/
+2
*
drm/i915: Define WA 0870 and kill dead code.
Rodrigo Vivi
2018-11-01
1
-6
/
+0
*
drm/i915: Kill WA 0528
Rodrigo Vivi
2018-11-01
1
-14
/
+0
*
drm/i915/icl: Find DSI presence for ICL
Madhav Chauhan
2018-11-01
1
-0
/
+1
*
drm/i915: Fix error handling for the NV12 fb dimensions check
Ville Syrjälä
2018-10-31
1
-1
/
+1
*
drm/i915: Switch the order of function parameters
Dhinakaran Pandiyan
2018-10-29
1
-3
/
+3
*
drm/i915: Add function to check for linear surfaces
Dhinakaran Pandiyan
2018-10-29
1
-4
/
+8
*
drm/i915: Prefer IS_GEN<n> check with bitmask.
Rodrigo Vivi
2018-10-29
1
-1
/
+1
*
drm/i915: wrapping all hdcp var into intel_hdcp
Ramalingam C
2018-10-29
1
-3
/
+3
*
drm/i915/gen11: Expose planar format support on gen11, v2.
Maarten Lankhorst
2018-10-24
1
-1
/
+1
*
drm/i915/gen11: Program the scalers correctly for planar formats, v3.
Maarten Lankhorst
2018-10-24
1
-19
/
+18
*
drm/i915/gen11: Link nv12 Y and UV planes in the atomic state, v5.
Maarten Lankhorst
2018-10-24
1
-0
/
+98
*
drm/i915: Move the SKL+ zero constant alpha handling
Ville Syrjälä
2018-10-23
1
-4
/
+0
*
drm/i915: Relocate SKL+ NV12 src width w/a
Ville Syrjälä
2018-10-23
1
-25
/
+0
[next]