| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/fourcc: Fix conflicting Y41x definitions | Maarten Lankhorst | 2019-03-21 | 1 | -15/+15 |
* | drm/i915/icl: Implement half float formats | Kevin Strasser | 2019-03-13 | 1 | -3/+69 |
* | drm/i915: Refactor icl_is_hdr_plane | Kevin Strasser | 2019-03-13 | 1 | -3/+3 |
* | drm/i915/icl: Enabling Y2xx and Y4xx (xx:10/12/16) formats for universal planes | Swati Sharma | 2019-03-05 | 1 | -1/+59 |
* | drm/i915: Enable P010, P012, P016 formats for primary and sprite planes | Juha-Pekka Heikkila | 2019-03-05 | 1 | -2/+26 |
* | drm/i915: Preparations for enabling P010, P012, P016 formats | Juha-Pekka Heikkila | 2019-03-05 | 1 | -3/+19 |
* | drm/i915: Split the gamma/csc enable bits from the plane_ctl() function | Ville Syrjälä | 2019-02-07 | 1 | -11/+43 |
* | drm/i915: Fix skl srckey mask bits | Ville Syrjälä | 2019-01-29 | 1 | -1/+1 |
* | drm/i915/sprite: switch to kernel types | Jani Nikula | 2019-01-17 | 1 | -30/+30 |
* | drm/i915: Markup paired operations on display power domains | Chris Wilson | 2019-01-14 | 1 | -8/+16 |
* | drm/i915: drop all drmP.h includes | Jani Nikula | 2019-01-09 | 1 | -1/+0 |
* | drm/i915: replace IS_GEN<N> with IS_GEN(..., N) | Lucas De Marchi | 2018-12-12 | 1 | -3/+3 |
* | drm/i915: Pass the plane to icl_program_input_csc_coeff() | Ville Syrjälä | 2018-11-28 | 1 | -8/+6 |
* | drm/i915: Move ddb/wm programming into plane update/disable hooks on skl+ | Ville Syrjälä | 2018-11-28 | 1 | -0/+4 |
* | drm/i915: Pass the new crtc_state to ->disable_plane() | Ville Syrjälä | 2018-11-28 | 1 | -4/+8 |
* | drm/i915: Move single buffered plane register writes to the end | Ville Syrjälä | 2018-11-28 | 1 | -2/+2 |
* | drm/i915: Reorganize plane register writes to make them more atomic | Ville Syrjälä | 2018-11-28 | 1 | -44/+64 |
* | drm/i915: Fix plane allocation/free functions | Maarten Lankhorst | 2018-11-15 | 1 | -29/+0 |
* | drm/i915: Account for scale factor when calculating initial phase | Ville Syrjälä | 2018-11-13 | 1 | -6/+14 |
* | drm/i915: Always write both TILEOFF and LINOFF plane registers | Ville Syrjälä | 2018-11-13 | 1 | -14/+7 |
* | drm/i915: Clean up skl+ PLANE_POS vs. scaler handling | Ville Syrjälä | 2018-11-09 | 1 | -7/+9 |
* | drm/i915: Polish the skl+ plane keyval/msk/max register setup | Ville Syrjälä | 2018-11-09 | 1 | -13/+9 |
* | drm/i915: Remove the PS_PWR_GATE write from skl_program_scaler() | Ville Syrjälä | 2018-11-09 | 1 | -1/+0 |
* | drm/i915: Clean up skl_program_scaler() | Ville Syrjälä | 2018-11-07 | 1 | -13/+5 |
* | drm/i915: Nuke posting reads from plane update/disable funcs | Ville Syrjälä | 2018-11-07 | 1 | -12/+0 |
* | drm/i915/icl: Enable Plane Input CSC for YUV to RGB Conversion | Uma Shankar | 2018-11-06 | 1 | -0/+107 |
* | drm/i915: Define WA 0870 and kill dead code. | Rodrigo Vivi | 2018-11-01 | 1 | -0/+1 |
* | drm/i915: Do not program aux plane offsets on gen11+ | Dhinakaran Pandiyan | 2018-10-29 | 1 | -3/+5 |
* | drm/i915: Prefer IS_GEN<n> check with bitmask. | Rodrigo Vivi | 2018-10-29 | 1 | -1/+1 |
* | drm/i915: Mark skl_update_plane and skl_disable_plane as static | Chris Wilson | 2018-10-24 | 1 | -2/+2 |
* | drm/i915/gen11: Expose planar format support on gen11, v2. | Maarten Lankhorst | 2018-10-24 | 1 | -5/+1 |
* | drm/i915/gen11: Program the Y and UV plane for planar mode correctly, v3. | Maarten Lankhorst | 2018-10-24 | 1 | -9/+38 |
* | drm/i915/gen11: Program the chroma upsampler for HDR planes. | Maarten Lankhorst | 2018-10-24 | 1 | -0/+22 |
* | drm/i915/gen11: Program the scalers correctly for planar formats, v3. | Maarten Lankhorst | 2018-10-24 | 1 | -1/+2 |
* | drm/i915: Move the SKL+ zero constant alpha handling | Ville Syrjälä | 2018-10-23 | 1 | -0/+4 |
* | drm/i915: Relocate SKL+ NV12 src width w/a | Ville Syrjälä | 2018-10-23 | 1 | -0/+21 |
* | drm/i915: s/intel_plane/plane/ in sprite init | Ville Syrjälä | 2018-10-08 | 1 | -46/+45 |
* | drm/i915: Extract skl_universal_plane_init() | Ville Syrjälä | 2018-10-08 | 1 | -67/+150 |
* | drm/i915: Introduce intel_plane_alloc() | Ville Syrjälä | 2018-10-08 | 1 | -16/+34 |
* | drm/i915: Move plane_state->scaler_id initialization into intel_create_plane_... | Ville Syrjälä | 2018-10-08 | 1 | -2/+0 |
* | drm/i915: Add missing pixel formats for skl+ "sprites" | Ville Syrjälä | 2018-10-08 | 1 | -8/+14 |
* | drm/i915: Disallow plane scaling with specific pixel formats | Ville Syrjälä | 2018-10-08 | 1 | -19/+28 |
* | drm/i915: Allow horizontal mirroring for cnl+ "sprite" planes | Ville Syrjälä | 2018-10-08 | 1 | -1/+6 |
* | drm/i915: Don't populate plane->i9xx_plane for sprites | Ville Syrjälä | 2018-10-08 | 1 | -1/+0 |
* | drm/i915: Populate possible_crtcs for primary/cursor planes | Ville Syrjälä | 2018-10-08 | 1 | -1/+1 |
* | drm/i915: Add plane alpha blending support, v2. | Maarten Lankhorst | 2018-10-02 | 1 | -2/+21 |
* | drm/i915: Check fb stride against plane max stride | Ville Syrjälä | 2018-09-25 | 1 | -0/+22 |
* | drm/i915: Enable RGB565 90/270 plane rotation for gen11 onwards. | Juha-Pekka Heikkila | 2018-09-25 | 1 | -4/+10 |
* | drm/i915: Force planar YUV coordinates to be a multiple of 2, v2. | Maarten Lankhorst | 2018-09-21 | 1 | -1/+8 |
* | drm/i915: Move programming plane scaler to its own function. | Maarten Lankhorst | 2018-09-21 | 1 | -38/+52 |